Unity.HotfixView.Codes.asmdef 611 B

12345678910111213141516171819202122232425
  1. {
  2. "name": "Unity.HotfixView.Codes",
  3. "rootNamespace": "ET",
  4. "references": [
  5. "Unity.ThirdParty",
  6. "Unity.Core",
  7. "Unity.Model.Codes",
  8. "Unity.Hotfix.Codes",
  9. "Unity.ModelView.Codes",
  10. "Unity.Mathematics",
  11. "Unity.Loader",
  12. "FairyGUI.Runtime"
  13. ],
  14. "includePlatforms": [],
  15. "excludePlatforms": [],
  16. "allowUnsafeCode": true,
  17. "overrideReferences": false,
  18. "precompiledReferences": [],
  19. "autoReferenced": true,
  20. "defineConstraints": [
  21. "ENABLE_CODES"
  22. ],
  23. "versionDefines": [],
  24. "noEngineReferences": false
  25. }