您最多选择25个主题
主题必须以中文或者字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符
46 行
1.3 KiB
46 行
1.3 KiB
{
|
|
"name": "Unity.Perception.Runtime.Tests",
|
|
"references": [
|
|
"UnityEngine.TestRunner",
|
|
"Unity.Mathematics",
|
|
"Unity.Collections",
|
|
"Unity.Burst",
|
|
"Unity.Entities",
|
|
"Unity.Perception.Runtime",
|
|
"Unity.Perception.Editor",
|
|
"Unity.Simulation.Core",
|
|
"Unity.RenderPipelines.HighDefinition.Runtime",
|
|
"Unity.RenderPipelines.Universal.Runtime",
|
|
"com.unity.simulation.tools"
|
|
],
|
|
"includePlatforms": [],
|
|
"excludePlatforms": [],
|
|
"allowUnsafeCode": false,
|
|
"overrideReferences": true,
|
|
"precompiledReferences": [
|
|
"nunit.framework.dll",
|
|
"Newtonsoft.Json.dll"
|
|
],
|
|
"autoReferenced": false,
|
|
"defineConstraints": [
|
|
"UNITY_INCLUDE_TESTS"
|
|
],
|
|
"versionDefines": [
|
|
{
|
|
"name": "com.unity.render-pipelines.universal",
|
|
"expression": "",
|
|
"define": "URP_PRESENT"
|
|
},
|
|
{
|
|
"name": "com.unity.render-pipelines.high-definition",
|
|
"expression": "",
|
|
"define": "HDRP_PRESENT"
|
|
},
|
|
{
|
|
"name": "com.unity.simulation.tools",
|
|
"expression": "",
|
|
"define": "SIMULATION_TOOLS_PRESENT"
|
|
}
|
|
],
|
|
"noEngineReferences": false
|
|
}
|