How To Detect When A Player Move In Unity

[Solved] How To Detect When A Player Move In Unity | Csharp - Code Explorer | yomemimo.com
Question : how to detect when a player move in unity

Answered by : cooperative-cowfish-vvnun75hs96f

if(rigidbody.velocity.magnitude > 0) //Make This a small number { // Player is moving }

Source : | Last Update : Sat, 10 Oct 20

Answers related to how to detect when a player move in unity

Code Explorer Popular Question For Csharp