How would you go about restricting the player character to only move forward towards a selected target when Input.GetAxis(“Horizontal”) and not over time as it would be with an Enemy?
I see many tutorials on path finding but not on character controlled objects like in the case I want to do.
Thank you in advance and sorry for the newbie question.