暫無描述
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

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. }