Unity.HotfixView.asmdef 559 B

1234567891011121314151617181920212223
  1. {
  2. "name": "Unity.HotfixView",
  3. "rootNamespace": "ET",
  4. "references": [
  5. "Unity.ThirdParty",
  6. "Unity.Model",
  7. "Unity.Hotfix",
  8. "Unity.ModelView",
  9. "Unity.Core",
  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. "versionDefines": [],
  22. "noEngineReferences": false
  23. }