Allowed selection of sRGB format for rendertextures. (1295276)
GraphicsImprovement
Editor will display a warning if trying to open a project with an External Code Editor which was removed. (1401221)
ScriptingImprovement
Fixed a null exception when importing files with masks. (1388820)
2DFix
Added fullscreen flag to manifest to better handle static splash screen. (1310347)
AndroidFix
Fixed a regression where skinned mesh were no longer being compressed. (1391542)
Asset BundlesFix
Fixed an issue sothat when copying file and meta on disk, renaming the asset bundle name is preserved. (1385129)
Asset BundlesFix
Fixed an Editor crash when adding scripts to objects where the class name did not match the filename. (1411915)
EditorFix
Fixed a bug where environment lighting from an additively loaded scene would be ignored, when unloading the base scene, and that scene contains a light probe group. (1324966)
GIFix
Fixed case 1394168 caused by out-of-bounds access when light probes had no coefficients. (1394168)
GIFix
Improved to CullScene performance; in large scenes (10000+ Renderers) this can halve the time spent in CullScene. (1399880)
GraphicsFix
Fixed an issue so that exception handlers are properly sorted internally to avoid code conversion errors with System.Text.Json (and maybe other assemblies). (1400410)
IL2CPPFix
Fixed an issue to allow \[Preserve\] in assemblies whose name starts with Microsoft. (1397381)
IL2CPPFix
Fixed error with builds where C# comments contained multiple slashes/backslashes separated by whitespace. (1391435)
IL2CPPFixAndroid
Fixed undefined invocation behavior for unsigned arguments. (1388270)
IL2CPPFix
Improved error messages when we cannot compile C++ code due to Visual C++ toolchain or Windows SDK being not installed on the machine. (1287868)
IL2CPPFixWindows
Fixed memory leak when continuously calling Repaint inside OnGUI after GUI.Window. (1371866)
IMGUIFix
Added additional checks to FileUtil.DeleteFileOrDirectory to fix unintentional deletion of project assets directory. (1382446)
KernelFix
Fixed an issue on Windows where resolving a package could fail if any files were temporarily being used by another process. (1384471)
Package ManagerFixWindows
Fixed an issue where having package folders without a package manifest in the project's Library folder would fail resolving local-tarball or git packages.
Package ManagerFix
Fixed an issue where JSON files encoded using UTF-8 with BOM could not be parsed.
Package ManagerFix
Fixed an issue where packages using Git LFS on Apple Silicon hardware would fail if Git LFS was installed through Homebrew and the Git LFS executable location was not added to the PATH environment variable. (1353769)
Package ManagerFix
Fixed an issue where the PackageManager.Client.SearchAll() method would fail if the user did not have access permission for one of the packages hosted on the registry. (1381544)
Package ManagerFix
Fixed an issue where local-tarball dependencies would become unresolved if the source tarball was removed.
Package ManagerFix
Fixed an issue with cloth interpolation where tabbing in/out of an application on Windows Players would cause the component to behave erratically. (1380001)
PhysicsFixWindows
Fixed XmlSerializer not working with managed code stripping when using the mono backend. (1331829)
ScriptingFix
Removed spike on the main thread when changing the video clip. (1384846)
VideoFixAndroid
Fixed crash when using AudiClip.priority and AudioSettings.Reset. (1385590)
WebGLFix
Encoding R8, R16, RFloat and RHalf to EXR now encodes to a grayscale image. (1343287)
GraphicsChange
Enabled the Git LFS cache by setting the UPM_ENABLE_GIT_LFS_CACHE environment variable is now always located under the global cache root, even when the cache root location is customized.