Unity 2023.2.20

Released:
Select the runtime platforms of your choice from the list below (the desktop runtime is included as standard) or, to install the full complement of runtime platforms, use the download assistant installer above.
New to Unity? Get started

Known Issues in 2023.2.20f1

  • Asset - Database: Crash on UnityEditor.AssetDatabase:OpenAsset because assertion fails on prefabInstance.GetRootGameObject().IsValid() expression while opening a specific Scene (UUM-66207)

  • Audio Authoring: Crash on AudioUtil_CUSTOM_HasAudioCallback when exiting Play Mode while the Inspector is displaying a GameObject with a script attached (UUM-58481)

  • IL2CPP: [Android] Crash on Android when AndroidJavaProxy is calling from multiple threads (UUM-49357)

  • Lighting: The Editor becomes unresponsive and memory allocation errors are spammed in the Console when Generating Lightning (UUM-58017)

  • Platform Audio: Crash on FMOD::CodecMPEG::setPositionInternal when a mobile platform is selected and a specific audio clip is played (UUM-62086)

  • WebRequest: UnityWebRequest crashes if invoked when player is quitting (UUM-63150)

2023.2.20f1 Release Notes

Improvements

  • Android: Switched to GameActivity 3.0.0 package.

Fixes

  • 2D: Fixed unable to create Sprite in Sprite Editor Window in certain cases. (UUM-67197)

  • Accessibility: Fixed an issue where accessibility frame is shifted when "render outside safe area" is unchecked. (UUM-63896)

  • Android: Fixed an issue where the back button did not correctly close TouchScreenkeyboard with GameActivity. (UUM-37017)

  • Android: Fixed an issue where TouchScreenkeyboard type for GameActivity, previously it was stuck on text keyboard even though Numerical keyboard was requested. (UUM-43150)

  • Android: Fixed issue where TouchScreenkeyboard couldn't be reopened with GameActivity once closed via Navigational button. (UUM-31651)

  • Android: Fixed issue where TouchScreenkeyboard would act as multiline, even though multiline was not requested, this happens with GameActivity. (UUM-65277)

  • Android: Fixed logic for overriding builtin java file, Unity will also now respect package name inside java file. Previously the logic was driven only by java file name. (UUM-67826)

  • Asset Bundles: Fixed performance regression when clearing bundle cache folders. (UUM-60063)

  • Audio: Fixed an issue that would cause the transport buttons in the ARC editor window to be displayed wrongly after the window is focused. (UUM-66290)

  • Audio: Fixed an issue that would cause Unity to crash when you manually destroy a streamed audio clip. (UUM-14330)

  • Audio: Fixed AudioMixer.SetFloat not working correctly on assets loaded from an asset bundle in play mode in the editor. (UUM-68181)

  • Core: Fixed floating point issue in APV sampling. (UUM-47714)

  • Documentation: Fixed EditorUtility.OpenFilePanelWithFilters documentation. (UUM-44679)

  • Documentation: Fixed EditorUtility.SetDialogOptOutDecision documentation. (UUM-43878)

  • Editor: Changed the behaviour of the slider range trackers in the Audio Random Container window, so that they're greyed out when randomisation is disabled. (UUM-55692)

  • Editor: Disable minimise if the Windows general Preference "Show All Windows in Taskbar" is unchecked to work around a MS Windows limitation. (UUM-63821)

  • Editor: Fixed a crash when entering and leaving play mode while UnityWebRequest is downloading texture using DownloadHandlerTexture. (UUM-68555)

  • Editor: Fixed an issue where the ObjectPool counter returned wrong count if returning instance to full pool. (UUM-49060)

  • Editor: Fixed crash of an import worker process during asset importing which results in "Unexpected transport error from import worker 0" error in the Editor log (UUM-64341)

  • Editor: Fixed Drag and Drop changing order when reparenting multiple gameobjects. (UUM-67905)

  • Editor: Fixed flickering when using baked gi node and TAA. (UUM-65682)

  • Editor: Fixed for an AMD crash when using virtual offset computation in APV. (UUM-59522)

  • Editor: Fixed issue where dialog box with a progress bar can cause a crash when entering play mode on macOS. (UUM-66854)

  • Editor: Removed "Autofill" menu item from the "Edit" menu. (UUM-62774)

  • Editor: Removed "Close All" menu item from the "File" menu. (UUM-65192)

  • Graphics: Fixed a rare crash that can happen when using procedural geometries (intersections shaders) in ray tracing effects. (UUM-68610)

  • Graphics: Fixed artifacts along the borders of a texture with transparency when the legacy ETC compressor is used. (UUM-65381)

  • Graphics: Fixed screen flickering when depth/stencil is disabled in player settings and graphics API is set to Vulkan. (UUM-66721)

  • HDRP: Fixed a Banding in IES importer issue. (UUM-68033)

  • HDRP: Fixed a scaling issue with the recorder. (UUM-58379)

  • HDRP: Fixed cinematic eye shader lighting from directional lights. (UUM-65500)

  • HDRP: Fixed HDRP clouds (volumetrics and background) not being affected by main directionnal light intensity multiplier. (UUM-68313)

  • HDRP: Fixed invalid AABB errors in some other cases. (UUM-69928)

  • HDRP: Fixed Move water specific global shader variables to separate file. (UUM-68132)

  • HDRP: Fixed realloc of history buffer when XR was enabled. (UUM-41386)

  • HDRP: Fixed TAA post sharpen in XR. (UUM-32872)

  • iOS: Fixed UnityWebRequest URLs with unescaped symbols [ and ] in query and containing other spec characters like space will now fail on iOS 17 instead of sending request to improperly escaped (and as such - wrong) url. URLs that are properly percent-escaped are recommended and will work correctly. (UUM-66942)

  • License: Don't exit play-mode when another project is being created (using Unity Hub 3.8.0-beta.1) (UUM-68141)

  • Linux: In our Linux Pulse audio driver, make sure to select the correct default output device. Previously, on some systems and some versions of Linux, we could end up with no audio output or audio output being routed to an unexpected device. (UUM-53143)

  • macOS: Fixed custom cursor not used if mouse leaves the window. (UUM-67592)

  • Mono: Fixed InvalidProgramException (Invalid IL code in (wrapper managed-to-native) <METHOD>: IL_0004: ldloc 65535)getting thrown when calling COM interop methods. (UUM-62035)

  • Mono: Fixed issue where incorrect TimeZones would be returned on some devices due to an exception being thrown. (UUM-67254)

  • Package: Undo the Vuforia deprecation. (UUM-65386)

  • Prefabs: Fixed a crash on PhysicsManager::SetBodyTransformChangeInterest when opening a scene. (UUM-56057)

  • Search: Fixed GUIStyle error when installing/uninstalling a package. (UUM-65607)

  • UI Toolkit: Fixed dynamic height TreeView does not refresh when resizing. (UUM-54787)

  • UI Toolkit: Fixed Inspector sometimes becoming black when displaying nested lists. (UUM-69458)

  • UI Toolkit: Fixed InvalidOperationException sometimes thrown when calling property.NextVisible in a CustomPropertyDrawer's CreatePropertyGUI. (UUM-12851)

  • UI Toolkit: Fixed justify-content doesn't align content properly when min-width is used with borders or padding on the parent. (UUM-19900)

  • UI Toolkit: Fixed large memory allocation sometimes happening when processing style variables. (UUM-69741)

  • UI Toolkit: Fixed renaming not working when changing selection. (UUM-62652)

  • UI Toolkit: Fixed rendering of UI Toolkit when using LLVMpipe. (UUM-68128)

  • UI Toolkit: Fixed UI Builder Spacing/Border widgets are missing labels. (UUM-68447)

  • UI Toolkit: Fixed UIDocument component not showing on some Inspector windows when multiple inspectors are open. (UUM-67033)

  • UI Toolkit: Make the label of any BaseField elided with ellipsis when needed. (UUM-42121)

  • Undo System: Fixed crash when undoing an action in a graph using Undo.RecordObject. (UUM-58380)

  • Universal RP: Fixed an issue where the built in error shader didn't work correctly with depth priming. (UUM-62825)

  • Universal RP: Fixed broken setting shadow rendering layer is not changing shadow when using shadowRenderingLayers in the script. (UUM-28061)

  • URP: Fixed an issue where Runtime intensity of non real-time reflection probes were not immediately reflected in scene view. (UUM-67982)

  • VFX Graph: Fixed an issue where selected gizmo for nodes with multiple gizmos (for instance: Set Position Sequential Line) did not change. (UUM-52509)

  • VFX Graph: Fixed gizmo overlay's drop down was cut at the bottom. (UUM-48125)

  • Video: Fixed an issue where Playback becomes erratic in web browsers upon losing and regaining browser focus. (UUM-63591)

  • Video: Fixed an issue where VideoPlayer support of multiple audio tracks was broken on a few platforms. (UUM-55268)

  • Video: Fixed the Video Player to play the video after seeking back to frame 0 when Loop and Skip On Drop are enabled and the video has looped once. (UUM-66728)

  • Video: Video repeats the first frame on Android when it is played via Unity's Video Player component. (UUM-45914)

  • WebGL: Fixed spatial blend implementation to enable 2D/3D audio ratio. (UUM-57740)

  • XR: Fixed an issue where, if the render pass count was greater than 0 SPI would use the proper one instead of always using 0. (UUM-57876)

Package changes in 2023.2.20f1

Packages updated

Packages added

Changeset:
0e25a174756c

Third Party Notices

For more information please see our Open Source Software Licenses FAQ on the Unity Support Portal

We use cookies to ensure that we give you the best experience on our website. Visit our cookie policy page for more information.

Got it