Files
TheDeclineOfWarriors/Assets/Features/VoxelWorldNavMesh/Runtime/VoxelWorld.NavMesh.Runtime.asmdef
T
Alexander Borisov 055b87a85c add voxel world runtime navmesh sidecar
Introduce a DI-wired NavMesh sidecar for voxel chunks so world streaming stays actor-driven and world state remains the canonical source for navigation rebuilds.
2026-04-08 11:28:39 +03:00

20 lines
450 B
Plaintext

{
"name": "VoxelWorld.NavMesh.Runtime",
"rootNamespace": "InfiniteWorld.VoxelWorld.NavMesh",
"references": [
"VoxelWorld.Contracts",
"UniTask",
"VContainer",
"MessagePipe"
],
"includePlatforms": [],
"excludePlatforms": [],
"allowUnsafeCode": false,
"overrideReferences": false,
"precompiledReferences": [],
"autoReferenced": true,
"defineConstraints": [],
"versionDefines": [],
"noEngineReferences": false
}