Added NavMesh link support.
This commit is contained in:
@@ -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
|
||||
}
|
||||
Reference in New Issue
Block a user