IneffabilisArcanum.InTerra.Editor.asmdef 749 B

1234567891011121314151617181920212223242526272829
  1. {
  2. "name": "IneffabilisArcanum.InTerra.Editor",
  3. "rootNamespace": "",
  4. "references": [
  5. "IneffabilisArcanum.InTerra.Scripts"
  6. ],
  7. "includePlatforms": [
  8. "Editor"
  9. ],
  10. "excludePlatforms": [],
  11. "allowUnsafeCode": false,
  12. "overrideReferences": false,
  13. "precompiledReferences": [],
  14. "autoReferenced": true,
  15. "defineConstraints": [],
  16. "versionDefines": [
  17. {
  18. "name": "com.unity.render-pipelines.universal",
  19. "expression": "0.0",
  20. "define": "USING_URP"
  21. },
  22. {
  23. "name": "com.unity.render-pipelines.high-definition",
  24. "expression": "0.0",
  25. "define": "USING_HDRP"
  26. }
  27. ],
  28. "noEngineReferences": false
  29. }