- A* version: [4.2.17]
- Unity version: [6000.3.10f1]
I have the free version. I need this package for wandering, patrolling, investigating (if noise heard, move to noise location) and perhaps some other things later. This is a topdown 2D unity game. Which components should I be familiar with, which properties of those components would I use the most? Is the grid type graph good for my game? The motor of my NPC will handle all navigation related methods.