StarterAssets.asmdef 988 B

12345678910111213141516171819202122232425262728293031323334353637
  1. {
  2. "name": "Unity.XR.Interaction.Toolkit.Samples.StarterAssets",
  3. "rootNamespace": "",
  4. "references": [
  5. "Unity.InputSystem",
  6. "Unity.Mathematics",
  7. "Unity.TextMeshPro",
  8. "Unity.XR.CoreUtils",
  9. "Unity.XR.Interaction.Toolkit",
  10. "Unity.XR.OpenXR"
  11. ],
  12. "includePlatforms": [],
  13. "excludePlatforms": [],
  14. "allowUnsafeCode": false,
  15. "overrideReferences": false,
  16. "precompiledReferences": [],
  17. "autoReferenced": true,
  18. "defineConstraints": [],
  19. "versionDefines": [
  20. {
  21. "name": "com.unity.textmeshpro",
  22. "expression": "3.0.8",
  23. "define": "TEXT_MESH_PRO_PRESENT"
  24. },
  25. {
  26. "name": "com.unity.ugui",
  27. "expression": "2.0.0",
  28. "define": "UGUI_2_0_PRESENT"
  29. },
  30. {
  31. "name": "com.unity.xr.openxr",
  32. "expression": "1.6.0",
  33. "define": "OPENXR_1_6_OR_NEWER"
  34. }
  35. ],
  36. "noEngineReferences": false
  37. }