forked from Unity-Technologies/Graphics
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathUnity.VisualEffectGraph.Editor.asmdef
More file actions
41 lines (41 loc) · 1.11 KB
/
Unity.VisualEffectGraph.Editor.asmdef
File metadata and controls
41 lines (41 loc) · 1.11 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
{
"name": "Unity.VisualEffectGraph.Editor",
"references": [
"Unity.VisualEffectGraph.Runtime",
"Unity.Timeline",
"Unity.RenderPipelines.HighDefinition.Runtime",
"Unity.ShaderGraph.Editor"
],
"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.render-pipelines.high-definition",
"expression": "1.0.0",
"define": "VFX_HAS_HDRP"
},
{
"name": "com.unity.render-pipelines.universal",
"expression": "1.0.0",
"define": "VFX_HAS_UNIVERSAL"
}
],
"noEngineReferences": false
}