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

Unity.Sysroot.EditorTests.asmdef 445B

123456789101112131415161718192021
  1. {
  2. "name": "Unity.Sysroot.EditorTests",
  3. "references": [
  4. "Unity.Sysroot.Editor",
  5. "Unity.Sysroot"
  6. ],
  7. "optionalUnityReferences": [
  8. "TestAssemblies"
  9. ],
  10. "includePlatforms": [
  11. "Editor"
  12. ],
  13. "excludePlatforms": [],
  14. "versionDefines": [
  15. {
  16. "name": "Unity",
  17. "expression": "(0,2022.1.23f1)",
  18. "define": "IL2CPP_LEGACY_API_PRESENT"
  19. }
  20. ]
  21. }