ET.HotfixView.asmdef 909 B

1234567891011121314151617181920212223242526272829303132333435363738
  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.YIUIFramework",
  16. "ET.YooAssets",
  17. "GFG",
  18. "GFGTest",
  19. "GFGTEST2",
  20. "Unity.Mathematics",
  21. "Unity.TextMeshPro"
  22. ],
  23. "includePlatforms": [],
  24. "excludePlatforms": [],
  25. "allowUnsafeCode": true,
  26. "overrideReferences": false,
  27. "precompiledReferences": [],
  28. "autoReferenced": true,
  29. "defineConstraints": [
  30. "INITED",
  31. "IS_COMPILING || UNITY_EDITOR"
  32. ],
  33. "versionDefines": [],
  34. "noEngineReferences": false,
  35. "optionalUnityReferences": [],
  36. "additionalReferences": [],
  37. "compilerOptions": ""
  38. }