Unity.HotfixView.Codes.asmdef 605 B

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