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

ScriptablePacker.asmdef 426B

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