Unity.HotfixView.asmdef 553 B

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