Click to Move Unity C# Script

In this Unity tutorial I show you how to move a character in an environment by using a click to move logic with a C# Script. I add a navmesh to the environment and a navmeshagent component to the character which makes implementing this feature very easy, also with mecanim animations Idle and Running. Here are the assets I used for this with links to the Unity assetstore: Toon Soldier character: Lowpoly Environment pack: https:/
Back to Top