SteamVR_Input_Editor.asmdef 400 B

123456789101112131415161718
  1. {
  2. "name": "SteamVR_Input_Editor",
  3. "references": [
  4. "SteamVR",
  5. "Unity.XR.OpenVR"
  6. ],
  7. "includePlatforms": [
  8. "Editor"
  9. ],
  10. "excludePlatforms": [],
  11. "allowUnsafeCode": false,
  12. "overrideReferences": false,
  13. "precompiledReferences": [],
  14. "autoReferenced": true,
  15. "defineConstraints": [],
  16. "versionDefines": [],
  17. "noEngineReferences": false
  18. }