ET.HotfixView.asmdef 740 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. "excludePlatforms": [],
  19. "allowUnsafeCode": true,
  20. "overrideReferences": false,
  21. "precompiledReferences": [],
  22. "autoReferenced": true,
  23. "defineConstraints": [
  24. "UNITY_COMPILE || UNITY_EDITOR"
  25. ],
  26. "versionDefines": [],
  27. "noEngineReferences": false,
  28. "optionalUnityReferences": [],
  29. "additionalReferences": [],
  30. "compilerOptions": ""
  31. }