Added NavMesh link support.

This commit is contained in:
2024-03-26 01:56:15 +01:00
parent ac200e9085
commit 6b0748c755
3 changed files with 101 additions and 87 deletions

View File

@@ -3,7 +3,8 @@
"rootNamespace": "",
"references": [
"Unity.Splines",
"Unity.Mathematics"
"Unity.Mathematics",
"Unity.AI.Navigation"
],
"includePlatforms": [],
"excludePlatforms": [],
@@ -12,6 +13,12 @@
"precompiledReferences": [],
"autoReferenced": true,
"defineConstraints": [],
"versionDefines": [],
"versionDefines": [
{
"name": "com.unity.ai.navigation",
"expression": "",
"define": "COM_UNITY_AI_NAVIGATION"
}
],
"noEngineReferences": false
}