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

Unity.Mathematics.Tests.asmdef 241B

12345678910111213
  1. {
  2. "name": "Unity.Mathematics.Tests",
  3. "optionalUnityReferences": [
  4. "TestAssemblies"
  5. ],
  6. "references": [
  7. "Unity.Mathematics"
  8. ],
  9. "includePlatforms": [
  10. "Editor"
  11. ],
  12. "allowUnsafeCode": true
  13. }