Unity.HotfixView.asmdef 531 B

12345678910111213141516171819202122
  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. ],
  13. "includePlatforms": [],
  14. "excludePlatforms": [],
  15. "allowUnsafeCode": true,
  16. "overrideReferences": false,
  17. "precompiledReferences": [],
  18. "autoReferenced": true,
  19. "defineConstraints": [],
  20. "versionDefines": [],
  21. "noEngineReferences": false
  22. }