TowerDefenseGame/Assets/Plugins/NavMeshPlus/package.json
Nico 0ef60e5828 Add third party plugin NavMeshPlus
Add A* pathing to enemies
Add choice between havving Goblers chase player as priority or go to crystal
2025-07-09 19:14:28 -07:00

13 lines
429 B
JSON

{
"name": "com.h8man.2d.navmeshplus",
"displayName": "NavMeshPlus",
"version": "0.2.23",
"unity": "2022.3",
"description": "NavMesh building components provide you with ability to create navigation meshes that are generated automatically from your Scene geometry, which allows characters to move intelligently around the game world.",
"keywords": ["2d"],
"category": "2D",
"dependencies": { }
}