Unity.HotfixView.asmdef 643 B

123456789101112131415161718192021222324252627
  1. {
  2. "name": "Unity.HotfixView",
  3. "rootNamespace": "ET",
  4. "references": [
  5. "Unity.ThirdParty",
  6. "Unity.Core",
  7. "Unity.Mathematics",
  8. "Unity.Loader",
  9. "MemoryPack",
  10. "Unity.Model",
  11. "Unity.Hotfix",
  12. "Unity.ModelView",
  13. "Unity.Addressables",
  14. "Unity.ResourceManager"
  15. ],
  16. "includePlatforms": [],
  17. "excludePlatforms": [],
  18. "allowUnsafeCode": true,
  19. "overrideReferences": false,
  20. "precompiledReferences": [],
  21. "autoReferenced": true,
  22. "defineConstraints": [
  23. "!ENABLE_DLL"
  24. ],
  25. "versionDefines": [],
  26. "noEngineReferences": false
  27. }