fpscontroller
fpscontroller copied to clipboard
Maybe add some easier way to detected moving directions in order to add animations for them.
Checking currentMoveSpeed does work but not for everything. It does not help detecting when moving backwards. Or moving sideways.
Do you mean the gameObject's resultant moving direction in this frame? If so, there's _velocity that would provide this information.
Or do you need something else?