Как обнаружить, когда игрок движется в единстве
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
}