Unity.VisualEffectGraph.Editor.asmdef 1.1 KB

1234567891011121314151617181920212223242526272829303132333435363738394041
  1. {
  2. "name": "Unity.VisualEffectGraph.Editor",
  3. "references": [
  4. "Unity.VisualEffectGraph.Runtime",
  5. "Unity.Timeline",
  6. "Unity.RenderPipelines.HighDefinition.Runtime",
  7. "Unity.ShaderGraph.Editor"
  8. ],
  9. "includePlatforms": [
  10. "Editor"
  11. ],
  12. "excludePlatforms": [],
  13. "allowUnsafeCode": false,
  14. "overrideReferences": false,
  15. "precompiledReferences": [],
  16. "autoReferenced": true,
  17. "defineConstraints": [],
  18. "versionDefines": [
  19. {
  20. "name": "com.unity.timeline",
  21. "expression": "[0.0.0-builtin]",
  22. "define": "VFX_HAS_TIMELINE"
  23. },
  24. {
  25. "name": "com.unity.timeline",
  26. "expression": "1.0.0",
  27. "define": "VFX_HAS_TIMELINE"
  28. },
  29. {
  30. "name": "com.unity.render-pipelines.high-definition",
  31. "expression": "1.0.0",
  32. "define": "VFX_HAS_HDRP"
  33. },
  34. {
  35. "name": "com.unity.render-pipelines.universal",
  36. "expression": "1.0.0",
  37. "define": "VFX_HAS_UNIVERSAL"
  38. }
  39. ],
  40. "noEngineReferences": false
  41. }