package.json 421 B

12345678910111213141516171819
  1. {
  2. "name": "com.unity.xr.picoxr",
  3. "displayName": "PICO Integration",
  4. "version": "2.4.3",
  5. "unity": "2020.3",
  6. "description": "Provides display and input support for PICO devices.",
  7. "keywords": [
  8. "picoxr",
  9. "xr",
  10. "vr",
  11. "virtual",
  12. "xreditorsubsystem"
  13. ],
  14. "dependencies": {
  15. "com.unity.xr.management": "4.0.0",
  16. "com.unity.xr.interaction.toolkit": "2.0.0"
  17. },
  18. "unityRelease": "21f1"
  19. }
粤ICP备19079148号