You are viewing a potentially older version of this package.
View all versions.
NavMeshInCompany
Enables the use of AI pathfinding and navigation in the Company Building allowing other mods to spawn Enemies.
Date uploaded | 9 months ago |
Version | 1.0.0 |
Download link | Kittenji-NavMeshInCompany-1.0.0.zip |
Downloads | 52756 |
Dependency string | Kittenji-NavMeshInCompany-1.0.0 |
This mod requires the following mods to function
BepInEx-BepInExPack
BepInEx pack for Mono Unity games. Preconfigured and ready to use.
Preferred version: 5.4.2100README
NavMesh in Company Building
Enables the use of AI pathfinding and navigation in the Company Building allowing the spawning of Enemies.
This mod attempts to add Navigation Mesh data to the Company moon.
It should be used by other mods as a dependency to allow spawning enemies on the company building.
If for some reason you want to use it as a Soft dependency.
BepInEx Dependency String: dev.kittenji.NavMeshInCompany
SUPPORT
Join the LC Modding server.
CHANGELOG
CHANGELOG
-
v1.0.3
- Initializing AssetBundle from Awake method instead of Plugin constructor.
-
v1.0.2
- Added a few more OffMeshLinks.
- Improved Nav Mesh location.
- Fixed some AI nodes.
-
v1.0.1
- Fixed main NavMesh object not being destroyed after leaving company building.
-
v1.0.0
- Initial Release