No Description
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

Unity.TextMeshPro.asmdef 647B

12345678910111213141516171819202122232425
  1. {
  2. "name": "Unity.TextMeshPro",
  3. "rootNamespace": "",
  4. "references": [],
  5. "includePlatforms": [],
  6. "excludePlatforms": [],
  7. "allowUnsafeCode": true,
  8. "overrideReferences": false,
  9. "precompiledReferences": [],
  10. "autoReferenced": true,
  11. "defineConstraints": [],
  12. "versionDefines": [
  13. {
  14. "name": "Unity",
  15. "expression": "[2022.3.16f1,2023.1)",
  16. "define": "UNITY_XR_VISIONOS_SUPPORTED"
  17. },
  18. {
  19. "name": "Unity",
  20. "expression": "2023.3.0b4",
  21. "define": "UNITY_XR_VISIONOS_SUPPORTED"
  22. }
  23. ],
  24. "noEngineReferences": false
  25. }