Cómo detectar cuando un jugador se mueve en la unidad
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
}