ET.HotfixView.asmdef 717 B

12345678910111213141516171819202122232425262728293031
  1. {
  2. "name": "ET.HotfixView",
  3. "rootNamespace": "ET",
  4. "references": [
  5. "ET.Core",
  6. "Unity.Mathematics",
  7. "ET.Loader",
  8. "MemoryPack",
  9. "ET.Model",
  10. "ET.Hotfix",
  11. "ET.ModelView",
  12. "YooAsset",
  13. "ET.YooAssets",
  14. "ET.UI",
  15. "ET.ReferenceCollector"
  16. ],
  17. "includePlatforms": [
  18. "Editor"
  19. ],
  20. "excludePlatforms": [],
  21. "allowUnsafeCode": true,
  22. "overrideReferences": false,
  23. "precompiledReferences": [],
  24. "autoReferenced": true,
  25. "defineConstraints": [],
  26. "versionDefines": [],
  27. "noEngineReferences": false,
  28. "optionalUnityReferences": [],
  29. "additionalReferences": [],
  30. "compilerOptions": ""
  31. }