AI Navigation
In this example, we make use of the new NavMeshCharacter
component introduced in version 1.4.0 to implement a typical click-to-move movement.
This utilizes the NavMeshCharacter
to instruct the character to move to the world position where the player clicked. Internally, this uses a NavMeshAgent
to intelligently traverse the world.
Last updated