Into Game Mechanics: Player Navigation
Objective: learn about navmesh, agent and navigation
Yeah you read it correctly: navigation, not movement. What want to achieve in this game is a point-and-click mechanics in which each point of the floor is accessible to the player, but there will also be obstacles (walls, display cases etc.)
… Back to code in this tutorial!