UnitySubsystemsManifest.json 467 B

12345678910111213141516171819202122
  1. {
  2. "name": "PxrPlatform",
  3. "version": "1.0.0-preview",
  4. "libraryName": "PxrPlatform",
  5. "displays": [
  6. {
  7. "id": "PICO Display",
  8. "disablesLegacyVr": true,
  9. "supportedMirrorBlitReservedModes": [
  10. "leftEye",
  11. "rightEye",
  12. "sideBySide",
  13. "occlusionMesh"
  14. ]
  15. }
  16. ],
  17. "inputs": [
  18. {
  19. "id": "PICO Input"
  20. }
  21. ]
  22. }
粤ICP备19079148号