Como detectar quando um jogador se move na unidade
if(rigidbody.velocity.magnitude > 0) //Make This a small number
{
// Player is moving
}
Cooperative Cowfish
if(rigidbody.velocity.magnitude > 0) //Make This a small number
{
// Player is moving
}