暂无描述
您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

Unity.TextMeshPro.Editor.Tests.asmdef 333B

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