Unity.HotfixView.Codes.asmdef 995 B

1234567891011121314151617181920212223242526272829303132333435363738394041424344
  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. "excludePlatforms": [
  15. "Android",
  16. "EmbeddedLinux",
  17. "GameCoreScarlett",
  18. "GameCoreXboxOne",
  19. "iOS",
  20. "LinuxStandalone64",
  21. "CloudRendering",
  22. "Lumin",
  23. "macOSStandalone",
  24. "PS4",
  25. "PS5",
  26. "Stadia",
  27. "Switch",
  28. "tvOS",
  29. "WSA",
  30. "WebGL",
  31. "WindowsStandalone32",
  32. "WindowsStandalone64",
  33. "XboxOne"
  34. ],
  35. "allowUnsafeCode": true,
  36. "overrideReferences": false,
  37. "precompiledReferences": [],
  38. "autoReferenced": true,
  39. "defineConstraints": [
  40. "ENABLE_CODES"
  41. ],
  42. "versionDefines": [],
  43. "noEngineReferences": false
  44. }