GxrSdk.Editor.asmdef 459 B

1234567891011121314151617181920
  1. {
  2. "name": "GxrSdk.Editor",
  3. "rootNamespace": "",
  4. "references": [
  5. "GxrSdk",
  6. "Unity.XR.Management",
  7. "Unity.XR.Management.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. "noEngineReferences": false
  20. }