ET.HotfixView.asmdef 818 B

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