Hi everyone and thanks for any help before hand.
Im developing a top down game (think original gta). My Ai is working perfectly on the navmesh and the performance cost is minimal.
Instead of doing a whole collision system just for the player seems a bit of a waste so ive been trying to control the player using navmesh.
I have tried navmeshagent.move but i cant figure how to rotate the agent and give it a backward walk. Im not the best sripter so im probably missing something but how would i control forward and back on the navmesh agent using Vertical Axis and rotate the agent using horizontal agent.
thanks again