Manual installs
Operating systems
-Component installers
Windows
+macOS
+macOS ARM64
+Release
Release notes
+Known Issues in 2022.3.42f1
Asset - Database: Crash in CollectManagedImportDependencyGetters inside OpenScene in batch mode (UUM-57742)
Asset - Database: Crash on GetAssetCachedInfoV2 when opening a project (UUM-14959)
DirectX12: Crash on GfxDeviceD3D12Base::DrawBuffersCommon when enabling a GameObject using SSR's "Ray Tracing" or “Mixed“ tracing options (UUM-76697)
DOTS: [Android] [Entities] Build fails with the error “Asset has disappeared while building player to 'globalgamemanagers.assets' - path '', instancedID '-xxxxxx'“ when building (UUM-41830)
Kernel: Profiler does not profile after building the Project with Autoconnect Profiler Option enabled (UUM-71750)
Kernel: VirtualFileSystem crash because of data races. (UUM-72557)
Mono: [TypeCache] Crash on RaiseException when opening a specific project (UUM-66498)
Serialization: Crash on TypeTreeQueries::GetFullTypeNameFromReferencedType when an xoJunction GameObject is selected in the Hierarchy Window (UUM-74373)
UI Toolkit Controls: MultiColumnListView causes a memory leak when repeatedly shown and hidden (UUM-72241)
UI Toolkit Framework: "TextureImporterInspector.OnInspectorGUI must call ApplyRevertGUI to avoid unexpected behaviour." thrown when selecting Asset then selecting and deselecting Texture 2D (UUM-35998)
2022.3.42f1 Release Notes
Improvements
- Core: Optimized BootConfig lookups in XR and Shader code, to improve performance.
API Changes
- Graphics: Added: Added SystemInfo API calls on anisotropic filtering support and max anisotropy level.
Fixes
2D: Fixed Sprite Mask not correctly masking out normals pass. (UUM-75876)
Android: Fixed Gradle failing to build on API Level Targets bellow 30. (UUM-71048)
Android: Fixed Input.backButtonLeavesApp not working on the new input system. (UUM-41638)
Android: Updated SDK setup documentation after tools update. (UUM-76884)
Animation: Removed warning messages when changing the model of the Animation Preview in the Inspector. (UUM-74163)
Audio: Fixed a bug where the audio mixer window would render empty and throw an error after deleting an audio mixer asset. (UUM-71255)
Editor: Added Clarifying note on PBXProject.GetPBXProjectPath for VisionOS Platforms. (UUM-58830)
Editor: Editor: Fixed issue where properties for prefabs in Preview mode were treated as though they were being animated when they were not. (UUM-61742)
Editor: Fixed an issue where sprites wouldn't be generated due to incorrect NPOT scaling setting. (UUM-67831)
Editor: Fixed bugs where searching for shortcuts by binding in the Shortcuts window was inconsistent. (UUM-73960)
Editor: Fixed build failure when setting custom iPhone splash screen storyboard. (UUM-75293)
Editor: Fixed styling of Scene view Tool Settings overlay. (UUM-73434)
Editor: Internal SUS-2874 @michael-stowell:
Editor: Hash of crashed callstack sent with core business metrics analytics event.Editor: Switch to FNV-1a for Render Graph. (UUM-74849)
Editor: Updated the FBX SDK version to 2020.3.7 for Windows and MacOS only (Linux remains on FBXSDK 2020.3.4). (UUM-26794)
Editor: Updated the FBX SDK version to 2020.3.7 for Windows and MacOS only (Linux remains on FBXSDK 2020.3.4). (UUM-42697)
Graphics: Fixed an issue where cubemaps using a convolution mode other than "None" imported incorrectly in linear project color space if the target format was set to "RGBA Float". (UUM-60582)
Graphics: Fixed an issue where default TextureImporter presets excluding "Max Texture Size" properties could make textures import at a size of 1x1. (UUM-67833)
Graphics: Fixed an issue where Editor crashes on GfxDeviceVK::UpdateComputeResources when using compute shader with Vulkan Graphics API. (UUM-74110)
Graphics: Fixed an issue where TextureImporter swizzling was applied later than expected during processing. (UUM-46557)
Graphics: Fixed crash on metal with depth-only clears coupled with hdr under some circumstances. (UUM-73624)
Graphics: Fixed issue where game view becomes black after undoing setting Output Texture of Camera. (UUM-49339)
iOS: Removed empty node from Privacy Manifest, which was potentially causing
ITMS-91056: Invalid privacy manifestrejections from Apple. (UUM-77041)Kernel: Fixed issue with connection to Profiler when using Autoconnect Profiler build option. (UUM-71750)
UI Toolkit: Fixed ArgumentOutOfRangeException thrown in console window using controller when selecting default choice in dropdown. (UUM-73468)
Undo System: Protect recorded objects in undo from being modified while generating the undo action. (UUM-77033)
VisionOS: Fixed a memory leak that was caused by enabling
SkipPresentToMainScreenin the visionOS XR plugin. Future versions of the com.unity.xr.visionos package will allow you to enable this setting, saving come CPU time each frame.Web: Restored Build & Run feature on the singlethreaded Web platform to work with custom user web page templates that might have iframes pointing to foreign domains, and those domains are not configured with COEP & CORP headers. Note that this will not help foreign iframes to be loaded when multithreading is needed, but such scenario will require proper configuration of origin isolation HTTP headers on the web servers hosting such content. (UUM-66729)
WebGL: Fixed for frame delays when calling AsyncGPUReadback from WebGL. (UUM-35595)
Package changes in 2022.3.42f1
Packages added
Changeset
+Third Party Notices
Release notes
+Known Issues in 2022.3.42f1
Asset - Database: Crash in CollectManagedImportDependencyGetters inside OpenScene in batch mode (UUM-57742)
Asset - Database: Crash on GetAssetCachedInfoV2 when opening a project (UUM-14959)
DirectX12: Crash on GfxDeviceD3D12Base::DrawBuffersCommon when enabling a GameObject using SSR's "Ray Tracing" or “Mixed“ tracing options (UUM-76697)
DOTS: [Android] [Entities] Build fails with the error “Asset has disappeared while building player to 'globalgamemanagers.assets' - path '', instancedID '-xxxxxx'“ when building (UUM-41830)
Kernel: Profiler does not profile after building the Project with Autoconnect Profiler Option enabled (UUM-71750)
Kernel: VirtualFileSystem crash because of data races. (UUM-72557)
Mono: [TypeCache] Crash on RaiseException when opening a specific project (UUM-66498)
Serialization: Crash on TypeTreeQueries::GetFullTypeNameFromReferencedType when an xoJunction GameObject is selected in the Hierarchy Window (UUM-74373)
UI Toolkit Controls: MultiColumnListView causes a memory leak when repeatedly shown and hidden (UUM-72241)
UI Toolkit Framework: "TextureImporterInspector.OnInspectorGUI must call ApplyRevertGUI to avoid unexpected behaviour." thrown when selecting Asset then selecting and deselecting Texture 2D (UUM-35998)
2022.3.42f1 Release Notes
Improvements
- Core: Optimized BootConfig lookups in XR and Shader code, to improve performance.
API Changes
- Graphics: Added: Added SystemInfo API calls on anisotropic filtering support and max anisotropy level.
Fixes
2D: Fixed Sprite Mask not correctly masking out normals pass. (UUM-75876)
Android: Fixed Gradle failing to build on API Level Targets bellow 30. (UUM-71048)
Android: Fixed Input.backButtonLeavesApp not working on the new input system. (UUM-41638)
Android: Updated SDK setup documentation after tools update. (UUM-76884)
Animation: Removed warning messages when changing the model of the Animation Preview in the Inspector. (UUM-74163)
Audio: Fixed a bug where the audio mixer window would render empty and throw an error after deleting an audio mixer asset. (UUM-71255)
Editor: Added Clarifying note on PBXProject.GetPBXProjectPath for VisionOS Platforms. (UUM-58830)
Editor: Editor: Fixed issue where properties for prefabs in Preview mode were treated as though they were being animated when they were not. (UUM-61742)
Editor: Fixed an issue where sprites wouldn't be generated due to incorrect NPOT scaling setting. (UUM-67831)
Editor: Fixed bugs where searching for shortcuts by binding in the Shortcuts window was inconsistent. (UUM-73960)
Editor: Fixed build failure when setting custom iPhone splash screen storyboard. (UUM-75293)
Editor: Fixed styling of Scene view Tool Settings overlay. (UUM-73434)
Editor: Internal SUS-2874 @michael-stowell:
Editor: Hash of crashed callstack sent with core business metrics analytics event.Editor: Switch to FNV-1a for Render Graph. (UUM-74849)
Editor: Updated the FBX SDK version to 2020.3.7 for Windows and MacOS only (Linux remains on FBXSDK 2020.3.4). (UUM-26794)
Editor: Updated the FBX SDK version to 2020.3.7 for Windows and MacOS only (Linux remains on FBXSDK 2020.3.4). (UUM-42697)
Graphics: Fixed an issue where cubemaps using a convolution mode other than "None" imported incorrectly in linear project color space if the target format was set to "RGBA Float". (UUM-60582)
Graphics: Fixed an issue where default TextureImporter presets excluding "Max Texture Size" properties could make textures import at a size of 1x1. (UUM-67833)
Graphics: Fixed an issue where Editor crashes on GfxDeviceVK::UpdateComputeResources when using compute shader with Vulkan Graphics API. (UUM-74110)
Graphics: Fixed an issue where TextureImporter swizzling was applied later than expected during processing. (UUM-46557)
Graphics: Fixed crash on metal with depth-only clears coupled with hdr under some circumstances. (UUM-73624)
Graphics: Fixed issue where game view becomes black after undoing setting Output Texture of Camera. (UUM-49339)
iOS: Removed empty node from Privacy Manifest, which was potentially causing
ITMS-91056: Invalid privacy manifestrejections from Apple. (UUM-77041)Kernel: Fixed issue with connection to Profiler when using Autoconnect Profiler build option. (UUM-71750)
UI Toolkit: Fixed ArgumentOutOfRangeException thrown in console window using controller when selecting default choice in dropdown. (UUM-73468)
Undo System: Protect recorded objects in undo from being modified while generating the undo action. (UUM-77033)
VisionOS: Fixed a memory leak that was caused by enabling
SkipPresentToMainScreenin the visionOS XR plugin. Future versions of the com.unity.xr.visionos package will allow you to enable this setting, saving come CPU time each frame.Web: Restored Build & Run feature on the singlethreaded Web platform to work with custom user web page templates that might have iframes pointing to foreign domains, and those domains are not configured with COEP & CORP headers. Note that this will not help foreign iframes to be loaded when multithreading is needed, but such scenario will require proper configuration of origin isolation HTTP headers on the web servers hosting such content. (UUM-66729)
WebGL: Fixed for frame delays when calling AsyncGPUReadback from WebGL. (UUM-35595)
Package changes in 2022.3.42f1
Packages added

Find the Unity version that’s compatible with your existing projects, or that provides you with specific features unavailable in newer versions.
