1234567891011121314151617181920212223242526272829303132333435363738394041 |
- {
- "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
- }
|