UnityGame/Library/PackageCache/com.unity.ai.navigation/Tests/VerifyEditorInPlaymode/Unity.AI.Navigation.Tests.EditorInPlaymode.asmdef
2024-10-27 10:53:47 +03:00

30 lines
786 B
Plaintext

{
"name": "Unity.AI.Navigation.Tests.EditorInPlaymode",
"rootNamespace": "",
"references": [
"UnityEngine.TestRunner",
"UnityEditor.TestRunner",
"Unity.AI.Navigation",
"Unity.AI.Navigation.Editor",
"Unity.AI.Navigation.Editor.Tests"
],
"includePlatforms": [],
"excludePlatforms": [],
"allowUnsafeCode": false,
"overrideReferences": true,
"precompiledReferences": [
"nunit.framework.dll"
],
"autoReferenced": false,
"defineConstraints": [
"UNITY_INCLUDE_TESTS"
],
"versionDefines": [
{
"name": "com.unity.modules.physics",
"expression": "1.0.0",
"define": "NMC_CAN_ACCESS_PHYSICS"
}
],
"noEngineReferences": false
}