Unity.TextMeshPro.Editor.asmdef 249 B

12345678910111213
  1. {
  2. "name": "Unity.TextMeshPro.Editor",
  3. "references": [
  4. "Unity.TextMeshPro",
  5. "Unity.ugui",
  6. "Unity.ugui.Editor"
  7. ],
  8. "optionalUnityReferences": [],
  9. "includePlatforms": [
  10. "Editor"
  11. ],
  12. "excludePlatforms": []
  13. }