SteamVR_Editor.asmdef 343 B

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