package.json 344 B

12345678910111213141516
  1. {
  2. "name": "jh.xr.engine",
  3. "version": "0.0.1",
  4. "dependencies": {
  5. "com.unity.xr.management": "4.0.1",
  6. "com.unity.xr.legacyinputhelpers": "2.1.2",
  7. "com.unity.inputsystem": "1.4.2"
  8. },
  9. "samples": [
  10. {
  11. "displayName": "SDK",
  12. "description": "SDK.",
  13. "path": "Samples~/SDK"
  14. }
  15. ]
  16. }