ET.HotfixView.asmdef 690 B

1234567891011121314151617181920212223242526272829
  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. ],
  15. "includePlatforms": [],
  16. "excludePlatforms": [],
  17. "allowUnsafeCode": true,
  18. "overrideReferences": false,
  19. "precompiledReferences": [],
  20. "autoReferenced": true,
  21. "defineConstraints": [
  22. "UNITY_COMPILE || UNITY_EDITOR"
  23. ],
  24. "versionDefines": [],
  25. "noEngineReferences": false,
  26. "optionalUnityReferences": [],
  27. "additionalReferences": [],
  28. "compilerOptions": ""
  29. }