[Android]Crash on lib/arm64/libil2cpp.so when Unity Analytics and Engine Code stripping are enabled
Cloud DiagnosticsKnown issueBlockerAndroidUUM-95408open 6000.0.57f1
The Unity XR SDK is no longer available as we have focused our investments towards OpenXR.
XRBreaking
Added: Unity Test Framework interface ITestPlayerBuildModifier updated to include override for building with BuildPlayerWithProfileOptions.
PackageAPI changeUUM-90288
Added: Unity Test Framework interface ITestPlayerBuildModifier updated to include override for building with BuildPlayerWithProfileOptions.
PackageAPI changeUUM-90288
Increased Memory usage when Update Mode 'On Demand' Realtime lights are used and DX12 API is selected
DirectX12Known issueCautionUUM-90065fixed 6000.1.0f1
Graphics.RenderMeshIndirect does not issue multi-draw rendering commands when using a graphics API capable of multi-draw commands
Graphics Device FeaturesKnown issueCautionUUM-91617open 6000.1.13f1
Editor freezes when initializing converters with Post-Processing Stack V2 Converter enabled
Graphics ToolsKnown issueCautionUUM-102790fixed 6000.2.0b1
Android Player freezes when an Audio Source is playing and an incoming call is picked up and then hung up and the Audio Source is started again
Platform AudioKnown issueCautionAndroidUUM-103525fixed 6000.3.0a2
Editor hangs when cutting and pasting a Script to another folder during Play Mode
Scene ManagementKnown issueCautionUUM-104031fixed 6000.2.0b1
Game View turns black, Scene View turns grey, Console error NullReferenceException when Wireframe is turned on because the DecalGBufferRenderPass references a non existent GBuffer
SRP FoundationKnown issueCautionUUM-103836fixed 6000.1.5f1
Light is culled incorrectly when Deferred+ and Forward+ Rendering Paths are used
SRP XRKnown issueCautionXRUUM-103384open 6000.1.4f1
The Player renders black on a Quest headset when MSAA, Post Processing, and Spacewarm depth submission are enabled
SRP XRKnown issueCautionXRUUM-84612regressed 6000.0.58f1
VFX throw errors upon importing it and breaks rendering for certain effects
Visual EffectsKnown issueCautionUUM-103734open 6000.2.0b1
Fixed active profile disappears when opening a project with active server profile when server module is not installed.
Fixed issue where LookDev's default VolumeProfile content was destroyed when creating new project from HD template in the hub.
Fixed project download from the Hub that was silently skipped when trying to download inside another workspace. It's now logging an explicit error in the console.
Version Control
Added to most dialogs an "Enter" keyboard shortcut to confirm the operation like the corresponding button.
Version ControlFeature
Added to the check-in and shelve notification a link to go to the list of changesets/shelves. The user can also copy the direct diff link.
Version ControlFeature
Added to the history a context action to diff changes for files that were moved/renamed.
Version ControlFeature
Added to the history of a folder a context action to revert changes.
Version ControlFeature
Added to the list of branches a context action to diff the branch.
Version ControlFeature
Added to the list of branches a context action to hide branches. You can use the filter to list the hidden branches and unhide them from the context menu.
Version ControlFeature
Added to the list of changesets a context action to create a new branch from a specific changeset.
Version ControlFeature
Added to the merge operation a notification with a link to go to the pending changes.
Version ControlFeature
Added to the merge view the avatars for authors of changes.
Version ControlFeature
Added to the pending changes view the user avatar if available from Gravatar.
Version ControlFeature
Added to the status bar an action to copy to the clipboard the name of the current branch.
Version ControlFeature
Added to the undo and update workspace operations an ephemeral notification.
Version ControlFeature
Added examples to show how to use UseGlobalTexture and UseAllGlobalTextures APIs
DocumentationImprovement
Fixed gradle-wrapper.properties not getting updated when modifying Gradle path in "Preferences -> External Tools".
A change in the async texture upload process sometimes resulted in an editor freezing issue when an AssetBundle failed to upload - this has been fixed.
Fixed import worker crash when switching Platform from Android to another platform
Asset PipelineFixAndroidXRUUM-103258fixed 6000.1.2f1
Fixed audio parameters not being applied soon enough when AudioSource is in fixed update mode due to RigidBody component in the same hierarchy.
Added links to the startWidth, endWidth and widthCurve properties which replace the obsolete SetWidth method on the LineRenderer component.
DocumentationFix
HDRP + URP: added "Adaptive Probe Volumes Options" tooltip link in Graphics > Lighting.
Fixed graphical artifacts when the HD Dynamic Resolution Component changes the resolution scale.
Fixed a case where hyperlinks won't open to the correct code line when scrolling in the console.
Fixed an issue where use of mouse scrolling could prevent the Linux Editor from refreshing and detecting asset changes.
Fixed issue with dynamic fonts having some characters included in a clean build when using TMP.
Fixed missing script warning in Environment Samples. Fixed h1 tag replace with a non-responsive markup in all HDRP samples. Fixed grammar in Environment Samples.
EditorFix
Fixed that the Debug pop up window can sometimes not render when Unity is placed across monitors with varying display scaling.
Fixed the Prefab overrides comparison popup placement on multi monitor setups with varying display scaling
Fixed TileMap Dropdown menu not updating from mouse-over events after fly-out submenu is opened.
Fixed Windows profile not showing install in build folder checkbox based on player settings overrides.
Fixes a runtime crash when changing MSAA levels on OpenGL.
EditorFix
Updated the precompiled assemblies update consent request message so that the dialog instructions always remain visible.
Windows now restored correctly to their last positions when opened on Ubuntu 24.04.
EditorFixWindowsLinuxUUM-95655fixed 6000.2.0a8
\[Shader Graph\] Fixed texture asset conflicts when multiple Shader Graph sample content sets were imported at the same time.
Elaborated the texts on shadows, removed links from individual properties.
GIFix
Correct bounding box transformations in SkinnedMeshRenderer when "Update When Offscreen" is enabled and scaling is applied.
Fixed an issue where ASTC compression can have different results if called multiple times within the same process.
Fixed potential file read errors when an AssetBundle unloads Textures when Texture Streaming is enabled.
Improve responsiveness of motion devices (Accelerometer, Gyroscope, Attitude sensor) after device orientation changes when using Input System.
Fixed an issue with opening the package manager through external links causes it to become unresponsive.
Package ManagerFixUUM-100301fixed 6000.2.0a10
Fixed the issue where the Package Manager window columns cannot be resize when the whole window has low width.
Package ManagerFixUUM-102340fixed 6000.0.49f1
Allow to horizontally scroll the curve presets when they do not fit the editor window width.
Fixed an issue with Rigidbody component sweep apis where Colliders would not respect ignore collision pairs.
Fixed dpi scaling for the collision layer matrix found inside Project Settings/Physics/Settings.
Improved the performance of Physics.TransformSync in cases where deeply nested hierarchies containing large amounts of Collider components would add an Animator to any child within that hierarchy. Previously this would incur a massive performance hit. After these changes there is still a performance cost but far smaller than before, somewhere in the range of 8x-9x less depending on hierarchy.
Ensure that all 2D Physics OnCollision/OnTrigger produce Enter/Exit callbacks in the correct order under all circumstances.
Fixed an issue with migrating projects from versions after 2021.3 that could cause severe performance impacts by importing the Fixed Timestep in the Time Project Settings as 0.0001.
Fixed an issue in which the Terrain Settings tab state reverts to the previous selected tab when leaving and returning to the Terrain Inspector window.
Fixed an issue in ListView dynamic height virtualization where content could disappear after scrolling.
Fixed ScrollView sometimes not expanding scroller range when adding a child element by code.
Fixed UI Builder elements disappear and "Semantic - Unknown template name" error appears when changes to "Template" parameter are saved.
Improved ExposedReference property drawer so it responds to changes to source asset, supports drag and drop and aligns with other inspector fields.
Fixed audio playback when minimized, when Application.runInBackground is set to true.
Universal Windows PlatformFixWindowsUUM-79675fixed 6000.2.0a10
Added the option to add a folder by path to the ignore or hidden changes list, instead of the incorrect option "Using the item extension".
Version ControlFix
Fixed a null exception that could occur on Revert to this revision if the selected change triggered a domain reload.
Version ControlFix
Fixed a null exception that could occur when switching to the changesets tab very quickly after checkin.
Version ControlFix
Fixed a null exception that occured when using the diff search filter without any shelve in the repository.
Version ControlFix
Fixed an error that was showing when deleting a shelveset that wasn't the one selected in the list.
Version ControlFix
Fixed bulk editing meta files that was only performing a single checkout for the last element.
Version ControlFix
Fixed incorrect branch name in the history of a file for a revision where it was moved, displaying details of the move instead of the name of the branch.
Version ControlFix
Fixed merge success notification that was showing in the view potentially colliding with contents.
Version ControlFix
Fixed the apply shelve operation so that it checks for dirty changes and warn the user before applying the shelve.
Version ControlFix
Fixed the auto checkout for assets to only apply for file containing actual changes.
Version ControlFix
Fixed the scroll that was not at the top when opening the branches or the shelves view.
Version ControlFix
Fixed the UI that could start refreshing forever, never completing the ongoing operations.
Version ControlFix
Fixed the Unity Editor crashing on macOS when opening the Unity Version Control window with the PiXYZ Plugin installed.
Version ControlFixmacOS
Fixed Undo changes of a Moved asset using the Asset Context Menu from the Project View that was leaving an inconsistent .meta file.
Version ControlFix
Implemented a mechanism to fix the path to UnityYAMLMerge.exe in the client.conf so it always points to an existing Unity installation.
Version ControlFix
Fixed an exception when using the shortcut SHIFT+5 when no VFX component is attached or when the debug panel is not displayed in the VFX Graph editor.
Fixed handling of multiple touch inputs and the computation of Touch.deltaPostion and Touch.deltaTime.
Fixed problem with multiple "UnityGame: GameManager not available." logcat messages when running application on Oculus Quest 2.
Allow building AssetBundles with both the DisableTypeTree and StripUnityVersion flags. Fix the ability to load these AssetBundles in the Runtime.
Build PipelineChangeUUM-102575
Removed unused LGPL libusb code from SDL
EmbeddedLinuxChange
Removed unused LGPL libusb code from SDL
LinuxChange
Removed unused LGPL libusb code from SDL
QNXChange

Pick your Unity version

Unity Releases compares releases against the version your project is on. Picking it now keeps Compare versions focused on what changes between where you are and where you might be going.