Manual installs
Operating systems
-Component installers
Windows
+macOS
+macOS ARM64
+Release
Release notes
+Known Issues in 2022.3.67f1
AI Navigation Core: NavMeshSurface ignores convex Mesh Colliders when using Physics Colliders (UUM-102676)
Audio Authoring: Audio Low Pass Filter isn't working when enabled after entering Play Mode or in Player via Script (UUM-114268)
DirectX12: Increased Memory usage when Update Mode 'On Demand' Realtime lights are used and DX12 API is selected (UUM-90065)
DirectX12: The Player hangs when unloading a scene using the UnloadUnusedAssets() method (UUM-79718)
Video: Fix for 2022.3.X: VideoPlayer freezes or stops on certain Android devices when enabling and disabling the Video multiple times (UUM-112470)
Vulkan: Artifacts appear in the Player when using Screen Space shadows with orthographic camera (UUM-116048)
Vulkan: Crashes in the wild on Vulkan in CreateDepthSurfaceImpl (UUM-114531)
2022.3.67f1 Release Notes
Improvements
Android: Added an option to be able to force the use of the internal storage for persistent and cache files.
GI: Changed behavior of light probe loading such that, when unloading the last scene that contains light probes, you don't need to call LightProbes.Tetrahedralize() to apply the changes anymore. (UUM-116318)
iOS: Added support for CAMetalDisplayLink. It is enabled by default on ios (when built with xcode15+ and run ios17+). It can be overriden at runtime by tweaking/overriding [UnityAppController shouldUseMetalDisplayLink] method. By default it is disabled on tvos, since most of them are slow, and failing to catch up with target FPS (on complex scenes) will result in confusing GPU hang messages. (UUM-66493)
Fixes
2D: Added warning when Sprite Outline is set to beyond the boundary of Sprite. (UUM-107991)
2D: Fixed case where crash on BlockMask::FillSpriteData when building the Android Player. (UUM-112926)
2D: Fixed default name for Light2D on game object creation. (UUM-116587)
2D: Fixed Light Batching Debugger constantly refreshing list to 0. (UUM-116583)
2D: Fixed Light Batching Debugger UI constantly refreshing. (UUM-101919)
Android: Forward AKEYCODE_MEDIA_PLAY_PAUSE, AKEYCODE_MEDIA_REWIND, AKEYCODE_MEDIA_FAST_FORWARD to input system Keyboard device. See https://github.com/Unity-Technologies/InputSystem/pull/2212/files for more details. (UUM-113004)
Android: When input field is hidden, text input no longer introduces previously deleted characters when using Vietnamese keyboard on certain devices. (UUM-110122)
Build Pipeline: Fixed issue where build report output paths are incorrect for asset bundle build. (UUM-116222)
Editor: Check duplication for both customer and built-in tags in TagManager. (UUM-99990)
Editor: Fixed Awaitables that use main thread affinity logic for continuations so they are not hanging when paused in play mode. (UUM-110950)
Graphics: Fixed Cubemap mipmaps display differently between Editor and Player when using custom mipmaps. (UUM-104071)
Graphics: Fixed MeshFilter excessively logging SendMessage warnings when used in Prefab. (UUM-114459)
Graphics: Fixed Vulkan Validation error in vkQueueSubmit. (UUM-110090)
iOS: Improved keyboard input field toolbar positioning by using inputAccessoryView, especially for floating keyboards. (UUM-100139)
macOS: Added a warning dialog to alert users that all files will be deleted when building Apple platforms using the Replace option.
Added restricted directories when building Apple platforms. (UUM-109815)macOS: Fixed mouse delta spike when cursor is set to the center of the screen. (UUM-112550)
Package: Version Control: Fixed obsolete references to TreeViewState. (VCS-1007414)
Particles: Fixed jittering of particle editor when the window is made too small. (UUM-105164)
SRP Core: Fixed an Issue where the MaterialUpgrader in URP wouldnt enable Alpha Clipping on Materials that started out using Render Mode Cutout. (UUM-99709)
UI Toolkit: Fixed scale and crop VectorImage clipping issue. (UUM-104608)
Version Control: Fixed the error that was thrown when the "Configure Unity Version Control" button is pressed in the Build Automation settings in Build Profiles. (UUM-115391)
VFX Graph: Fixed usability when setting prewarm values in visual effect asset inspector (UUM-114276)
Package changes in 2022.3.67f1
Packages updated
Changeset
+Third Party Notices
Release notes
+Known Issues in 2022.3.67f1
AI Navigation Core: NavMeshSurface ignores convex Mesh Colliders when using Physics Colliders (UUM-102676)
Audio Authoring: Audio Low Pass Filter isn't working when enabled after entering Play Mode or in Player via Script (UUM-114268)
DirectX12: Increased Memory usage when Update Mode 'On Demand' Realtime lights are used and DX12 API is selected (UUM-90065)
DirectX12: The Player hangs when unloading a scene using the UnloadUnusedAssets() method (UUM-79718)
Video: Fix for 2022.3.X: VideoPlayer freezes or stops on certain Android devices when enabling and disabling the Video multiple times (UUM-112470)
Vulkan: Artifacts appear in the Player when using Screen Space shadows with orthographic camera (UUM-116048)
Vulkan: Crashes in the wild on Vulkan in CreateDepthSurfaceImpl (UUM-114531)
2022.3.67f1 Release Notes
Improvements
Android: Added an option to be able to force the use of the internal storage for persistent and cache files.
GI: Changed behavior of light probe loading such that, when unloading the last scene that contains light probes, you don't need to call LightProbes.Tetrahedralize() to apply the changes anymore. (UUM-116318)
iOS: Added support for CAMetalDisplayLink. It is enabled by default on ios (when built with xcode15+ and run ios17+). It can be overriden at runtime by tweaking/overriding [UnityAppController shouldUseMetalDisplayLink] method. By default it is disabled on tvos, since most of them are slow, and failing to catch up with target FPS (on complex scenes) will result in confusing GPU hang messages. (UUM-66493)
Fixes
2D: Added warning when Sprite Outline is set to beyond the boundary of Sprite. (UUM-107991)
2D: Fixed case where crash on BlockMask::FillSpriteData when building the Android Player. (UUM-112926)
2D: Fixed default name for Light2D on game object creation. (UUM-116587)
2D: Fixed Light Batching Debugger constantly refreshing list to 0. (UUM-116583)
2D: Fixed Light Batching Debugger UI constantly refreshing. (UUM-101919)
Android: Forward AKEYCODE_MEDIA_PLAY_PAUSE, AKEYCODE_MEDIA_REWIND, AKEYCODE_MEDIA_FAST_FORWARD to input system Keyboard device. See https://github.com/Unity-Technologies/InputSystem/pull/2212/files for more details. (UUM-113004)
Android: When input field is hidden, text input no longer introduces previously deleted characters when using Vietnamese keyboard on certain devices. (UUM-110122)
Build Pipeline: Fixed issue where build report output paths are incorrect for asset bundle build. (UUM-116222)
Editor: Check duplication for both customer and built-in tags in TagManager. (UUM-99990)
Editor: Fixed Awaitables that use main thread affinity logic for continuations so they are not hanging when paused in play mode. (UUM-110950)
Graphics: Fixed Cubemap mipmaps display differently between Editor and Player when using custom mipmaps. (UUM-104071)
Graphics: Fixed MeshFilter excessively logging SendMessage warnings when used in Prefab. (UUM-114459)
Graphics: Fixed Vulkan Validation error in vkQueueSubmit. (UUM-110090)
iOS: Improved keyboard input field toolbar positioning by using inputAccessoryView, especially for floating keyboards. (UUM-100139)
macOS: Added a warning dialog to alert users that all files will be deleted when building Apple platforms using the Replace option.
Added restricted directories when building Apple platforms. (UUM-109815)macOS: Fixed mouse delta spike when cursor is set to the center of the screen. (UUM-112550)
Package: Version Control: Fixed obsolete references to TreeViewState. (VCS-1007414)
Particles: Fixed jittering of particle editor when the window is made too small. (UUM-105164)
SRP Core: Fixed an Issue where the MaterialUpgrader in URP wouldnt enable Alpha Clipping on Materials that started out using Render Mode Cutout. (UUM-99709)
UI Toolkit: Fixed scale and crop VectorImage clipping issue. (UUM-104608)
Version Control: Fixed the error that was thrown when the "Configure Unity Version Control" button is pressed in the Build Automation settings in Build Profiles. (UUM-115391)
VFX Graph: Fixed usability when setting prewarm values in visual effect asset inspector (UUM-114276)
Package changes in 2022.3.67f1
Packages updated

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