Unity.Hotfix.Codes.asmdef 928 B

123456789101112131415161718192021222324252627282930313233343536373839404142
  1. {
  2. "name": "Unity.Hotfix.Codes",
  3. "rootNamespace": "ET",
  4. "references": [
  5. "Unity.ThirdParty",
  6. "Unity.Core",
  7. "Unity.Model.Codes",
  8. "Unity.Mathematics",
  9. "Unity.Loader"
  10. ],
  11. "includePlatforms": [],
  12. "excludePlatforms": [
  13. "Android",
  14. "EmbeddedLinux",
  15. "GameCoreScarlett",
  16. "GameCoreXboxOne",
  17. "iOS",
  18. "LinuxStandalone64",
  19. "CloudRendering",
  20. "Lumin",
  21. "macOSStandalone",
  22. "PS4",
  23. "PS5",
  24. "Stadia",
  25. "Switch",
  26. "tvOS",
  27. "WSA",
  28. "WebGL",
  29. "WindowsStandalone32",
  30. "WindowsStandalone64",
  31. "XboxOne"
  32. ],
  33. "allowUnsafeCode": true,
  34. "overrideReferences": false,
  35. "precompiledReferences": [],
  36. "autoReferenced": true,
  37. "defineConstraints": [
  38. "ENABLE_CODES"
  39. ],
  40. "versionDefines": [],
  41. "noEngineReferences": false
  42. }