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

SeparateAssembly.asmdef 417B

12345678910111213141516171819
  1. {
  2. "name": "SeparateAssembly",
  3. "references": [
  4. "Unity.Burst"
  5. ],
  6. "includePlatforms": [],
  7. "optionalUnityReferences": [
  8. "TestAssemblies"
  9. ],
  10. "excludePlatforms": [],
  11. "allowUnsafeCode": true,
  12. "overrideReferences": true,
  13. "autoReferenced": false,
  14. "defineConstraints": [
  15. "UNITY_INCLUDE_TESTS"
  16. ],
  17. "versionDefines": [],
  18. "noEngineReferences": false
  19. }