The object moves more that what I want (MoveTowards)
Im creating a grid movement and Im using MoveTowards to move the object, I want it to continuously move while a movement key is pressed, so I used GetKey, the problem is that most of the time when I press the key just once it moves two units instead of one, I have to press the key for a really short time if I want it to move only one unit. How can I fix that?
Comment