Unity.XR.Oculus.Standalone.EditorTests.asmdef 374 B

12345678910111213141516
  1. {
  2. "name": "Unity.XR.Oculus.Standalone.EditorTests",
  3. "references": [],
  4. "optionalUnityReferences": [
  5. "TestAssemblies"
  6. ],
  7. "includePlatforms": [
  8. "Editor"
  9. ],
  10. "excludePlatforms": [],
  11. "allowUnsafeCode": false,
  12. "overrideReferences": false,
  13. "precompiledReferences": [],
  14. "autoReferenced": true,
  15. "defineConstraints": []
  16. }