Publisher | Isch. GameDev |
---|---|
File size | 5.73MB |
Number of files | 77 |
Latest version | 1 |
Latest release date | 2024-11-07 02:16:12 |
First release date | 2024-11-07 02:16:12 |
Supported Unity versions | 2018.4.2 or higher |
If your game is dynamic, features lots of NPCs, moving platforms and flying enemies, then this asset is for you! Package includes tools to generate the navigation meshes on the scene and different types of AIs.
Main Features
- The A* pathfinding algorithm will work across multiple connected navigation meshes, and will operate on multiple threads, with the help of Unity Jobs.
- The package works on any mesh: new navigation grids can be generated on objects with steep slopes, with holes inside them or complex terrains.
Additional Features
The asset also includes some useful built-in tools for AIs, that you can use to add simple behaviors without writing a single line of code!
These include:
- Flying AI Mode. The agent will fly above the ground and avoid obstacles in the air, while using the A* pathfinding on the horizontal axis,
- AI Patrol. The agents will traverse the patrol points, and then, on reaching the end point, either go back and forth, loop or just stop. You can also add wait times on each patrol point for specific agent types, so that they pause for n seconds before going to the next point,
- AI Agent Type. Create agents of type (for example, "Zombie") with shared settings. AIs can transition between different agent types,
- AI Obstacle Area. An area in the navigation grid that has specific path cost modifiers for each agent type. The AI will either try to avoid the area, or, on the contrary will try to go to it,
- AI Wander Area. A restricted area on the navigation grid inside which the AI agents wander between different random points.
You can learn more about the asset here: