Basically, what I want to do is whenever a player clicks on a specifically tagged object in a map, the player model uses the navmesh to navigate to that object (like a point-and-click game).
I feel like there is a really easy answer to this that I’m missing, but either way, could someone explain to me how to achieve this exactly? Also, C# would be nice if you provide code.