Unity.TextMeshPro.Editor.Tests.asmdef 327 B

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