Manual installs
Operating systems
-Component installers
Windows
+macOS
+macOS ARM64
+Release
Release notes
+Known Issues in 2022.3.51f1
Asset - Database: Crash on GetAssetCachedInfoV2 when opening a project (UUM-14959)
Build Settings Window: "EndLayoutGroup: BeginLayoutGroup must be called first." error is thrown after building the project when Scripting Backend and Api Compatibility Level fields are changed (UUM-84914)
DirectX12: Crash on GfxDeviceD3D12Base::DrawBuffersCommon when opening a project after changing the Graphics API to DirectX12 (UUM-77757)
Hybrid Renderer: [Linux] Crash on ScriptableBatchRenderer::GenerateBuiltInCBuffer when adding "PerObjectData.ReflectionProbes" (UUM-79332)
Input: Crash on InputDeviceIOCTL when closing Unity editor (UUM-10774)
Vulkan: [Android] Particles not rendered in the Player on some Android devices with Android 14 (UUM-68080)
2022.3.51f1 Release Notes
Changes
- Editor: Updated com.unity.openxr package version to 1.13.0.
Fixes
Android: Synchronized show-hide softInput operations. (UUM-71798)
Animation: Fixed crash when attempting to recreate the Animator bindings, by enabling a RigBuilder that binds a transform stream handle for example, while the Animator was being evaluated. (UUM-80043)
Apple TV: Added support for Siri Remote 2nd Gen.
Asset Pipeline: Fixed missing assets errors in SubScene importer after domain reload. (UUM-82547)
Audio: Fixed race condition causing the audio engine to see a sound as
READYbecause it started to load. (UUM-36353)Editor: Ensure that when opening from Project browser the search window query is correctly populated. (UUM-79369)
Editor: F-key functionality restored, and menu items enable/disable correctly. (UUM-83883)
Editor: Fixed an issue where Editor menus on macOS could render blank and cause the editor to hang. (UUM-73279)
Editor: Fixed an issue where editor windows would stay on coordinates of a disconnected display, making them inaccessible to the user. (UUM-75313)
Editor: Fixed an issue where the texture size was not reported correctly in the inspector, if "Load texture data on demand" was enabled. (UUM-77739)
Editor: Fixed crash in Linux when opening recent scenes from the File menu. (UUM-82381)
Editor: Fixed DeviceSimulator to implement Touch.rawPosition to return the starting position of the simulated touch contact. (UUM-58248)
Editor: Linux Editor no longer crashes when creating a prefab variant from the context menu in a read-only directory. (UUM-76157)
Editor: Prevent user from deleting a parent material without reparenting its children. (UUM-73507)
Editor: Removed default timeout in searchsession. (UUM-81554)
Editor: SRP Batcher supports Integer type "stencil ref". (UUM-79305)
Editor: Windows moved to a different display on Windows upon display disconnect will no longer have the minimum size.
Graphics: Fixed issue in which raw Image that uses a Material with a custom Shader is invisible in Canvas when "Screen Space - Overlay" is set and the Player is in "Windowed" mode. (UUM-73042)
Graphics: When using the Metal graphics API, SystemInfo.SupportsRandomWriteOnRenderTextureFormat() will now check the Metal device's readWriteTextureSupport tier to check whether a texture format supports simultaneous read and writes in a shader. With this change, this function will now return false for some texture formats that previously made it return true. One example is RenderTextureFormat.RG16 that previously made it return true but now false is returned instead. (UUM-70740)
IL2CPP: Fixed issue with the wrong calling convention being used on function pointers when two function pointers with the same signature only differed by calling convention.
iOS: Fixed logging when using "Wait for the executable to be launched". (UUM-78223)
iOS: Fixed Unity launching in background on background app activation. (UUM-82451)
Linux: Fixed screen resolution does not sync properly with the system's when changing system resolution during runtime. (UUM-64956)
Mono: Fixed JIT trampoline memory leak with Timers and Sockets. (UUM-76306)
Particles: Scheduling a Particle System job outside of MonoBehaviour.OnParticleUpdateJobScheduled() will now generate an InvalidOperationException in order to prevent incorrect job schedules which could cause a hang. (UUM-79599)
Physics: Fixed an issue with the Cloth component's inspector where exiting play-mode with the self and inter collision tool open would cause a null reference exception. (UUM-78853)
Physics: Revert fix for small body tunnelling at high (~200Hz) simulation frequencies. If effected please use recommended workaround (decrease ccd threshold to slightly under 1/4 of the half-extent of the scene's smallest object).
Shadergraph: Added issue where precision mismatch could result in an asset failing to import. (UUM-74920)
Shadergraph: Fixed a bug that a shader graph is reverted to its last saved state when entering Play Mode without saving changes. (UUM-49399)
Shaders: Fixed a copy/paste issue when right-clicking on the property of shader created with TexturePropertySingleLine(). (UUM-78130)
Shaders: Fixed compute shader compilation variant cache hits to be reported correctly in the editor log. (UUM-75264)
Package changes in 2022.3.51f1
Packages updated
Packages added
Changeset
+Third Party Notices
Release notes
+Known Issues in 2022.3.51f1
Asset - Database: Crash on GetAssetCachedInfoV2 when opening a project (UUM-14959)
Build Settings Window: "EndLayoutGroup: BeginLayoutGroup must be called first." error is thrown after building the project when Scripting Backend and Api Compatibility Level fields are changed (UUM-84914)
DirectX12: Crash on GfxDeviceD3D12Base::DrawBuffersCommon when opening a project after changing the Graphics API to DirectX12 (UUM-77757)
Hybrid Renderer: [Linux] Crash on ScriptableBatchRenderer::GenerateBuiltInCBuffer when adding "PerObjectData.ReflectionProbes" (UUM-79332)
Input: Crash on InputDeviceIOCTL when closing Unity editor (UUM-10774)
Vulkan: [Android] Particles not rendered in the Player on some Android devices with Android 14 (UUM-68080)
2022.3.51f1 Release Notes
Changes
- Editor: Updated com.unity.openxr package version to 1.13.0.
Fixes
Android: Synchronized show-hide softInput operations. (UUM-71798)
Animation: Fixed crash when attempting to recreate the Animator bindings, by enabling a RigBuilder that binds a transform stream handle for example, while the Animator was being evaluated. (UUM-80043)
Apple TV: Added support for Siri Remote 2nd Gen.
Asset Pipeline: Fixed missing assets errors in SubScene importer after domain reload. (UUM-82547)
Audio: Fixed race condition causing the audio engine to see a sound as
READYbecause it started to load. (UUM-36353)Editor: Ensure that when opening from Project browser the search window query is correctly populated. (UUM-79369)
Editor: F-key functionality restored, and menu items enable/disable correctly. (UUM-83883)
Editor: Fixed an issue where Editor menus on macOS could render blank and cause the editor to hang. (UUM-73279)
Editor: Fixed an issue where editor windows would stay on coordinates of a disconnected display, making them inaccessible to the user. (UUM-75313)
Editor: Fixed an issue where the texture size was not reported correctly in the inspector, if "Load texture data on demand" was enabled. (UUM-77739)
Editor: Fixed crash in Linux when opening recent scenes from the File menu. (UUM-82381)
Editor: Fixed DeviceSimulator to implement Touch.rawPosition to return the starting position of the simulated touch contact. (UUM-58248)
Editor: Linux Editor no longer crashes when creating a prefab variant from the context menu in a read-only directory. (UUM-76157)
Editor: Prevent user from deleting a parent material without reparenting its children. (UUM-73507)
Editor: Removed default timeout in searchsession. (UUM-81554)
Editor: SRP Batcher supports Integer type "stencil ref". (UUM-79305)
Editor: Windows moved to a different display on Windows upon display disconnect will no longer have the minimum size.
Graphics: Fixed issue in which raw Image that uses a Material with a custom Shader is invisible in Canvas when "Screen Space - Overlay" is set and the Player is in "Windowed" mode. (UUM-73042)
Graphics: When using the Metal graphics API, SystemInfo.SupportsRandomWriteOnRenderTextureFormat() will now check the Metal device's readWriteTextureSupport tier to check whether a texture format supports simultaneous read and writes in a shader. With this change, this function will now return false for some texture formats that previously made it return true. One example is RenderTextureFormat.RG16 that previously made it return true but now false is returned instead. (UUM-70740)
IL2CPP: Fixed issue with the wrong calling convention being used on function pointers when two function pointers with the same signature only differed by calling convention.
iOS: Fixed logging when using "Wait for the executable to be launched". (UUM-78223)
iOS: Fixed Unity launching in background on background app activation. (UUM-82451)
Linux: Fixed screen resolution does not sync properly with the system's when changing system resolution during runtime. (UUM-64956)
Mono: Fixed JIT trampoline memory leak with Timers and Sockets. (UUM-76306)
Particles: Scheduling a Particle System job outside of MonoBehaviour.OnParticleUpdateJobScheduled() will now generate an InvalidOperationException in order to prevent incorrect job schedules which could cause a hang. (UUM-79599)
Physics: Fixed an issue with the Cloth component's inspector where exiting play-mode with the self and inter collision tool open would cause a null reference exception. (UUM-78853)
Physics: Revert fix for small body tunnelling at high (~200Hz) simulation frequencies. If effected please use recommended workaround (decrease ccd threshold to slightly under 1/4 of the half-extent of the scene's smallest object).
Shadergraph: Added issue where precision mismatch could result in an asset failing to import. (UUM-74920)
Shadergraph: Fixed a bug that a shader graph is reverted to its last saved state when entering Play Mode without saving changes. (UUM-49399)
Shaders: Fixed a copy/paste issue when right-clicking on the property of shader created with TexturePropertySingleLine(). (UUM-78130)
Shaders: Fixed compute shader compilation variant cache hits to be reported correctly in the editor log. (UUM-75264)
Package changes in 2022.3.51f1
Packages updated
Packages added

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