You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
40 lines
1.1 KiB
40 lines
1.1 KiB
{
|
|
"name": "Unity.VisualEffectGraph.Editor",
|
|
"references": [
|
|
"Unity.VisualEffectGraph.Runtime",
|
|
"Unity.Timeline",
|
|
"Unity.Timeline.Editor",
|
|
"Unity.ShaderGraph.Editor",
|
|
"Unity.RenderPipelines.Core.Editor",
|
|
"Unity.RenderPipelines.Core.Runtime",
|
|
"UnityEditor.TestRunner",
|
|
"UnityEngine.TestRunner"
|
|
],
|
|
"includePlatforms": [
|
|
"Editor"
|
|
],
|
|
"excludePlatforms": [],
|
|
"allowUnsafeCode": false,
|
|
"overrideReferences": false,
|
|
"precompiledReferences": [],
|
|
"autoReferenced": true,
|
|
"defineConstraints": [],
|
|
"versionDefines": [
|
|
{
|
|
"name": "com.unity.timeline",
|
|
"expression": "[0.0.0-builtin]",
|
|
"define": "VFX_HAS_TIMELINE"
|
|
},
|
|
{
|
|
"name": "com.unity.timeline",
|
|
"expression": "1.0.0",
|
|
"define": "VFX_HAS_TIMELINE"
|
|
},
|
|
{
|
|
"name": "com.unity.testing.visualeffectgraph",
|
|
"expression": "1.0.0",
|
|
"define": "VFX_HAS_UNIT_TEST"
|
|
}
|
|
],
|
|
"noEngineReferences": false
|
|
}
|