UnityEditor.SpatialTracking.asmdef 512 B

12345678910111213141516171819202122
  1. {
  2. "name": "UnityEditor.SpatialTracking",
  3. "references": [
  4. "UnityEngine.SpatialTracking"
  5. ],
  6. "includePlatforms": [
  7. "Editor"
  8. ],
  9. "excludePlatforms": [],
  10. "allowUnsafeCode": false,
  11. "overrideReferences": false,
  12. "precompiledReferences": [],
  13. "autoReferenced": true,
  14. "defineConstraints": [],
  15. "versionDefines": [
  16. {
  17. "name": "com.unity.xr.management",
  18. "expression": "1.0.0",
  19. "define": "XR_MANAGEMENT"
  20. }
  21. ]
  22. }