Improved QualitySettings.maxQueuedFrames, it now works in Vulkan API.
GraphicsImprovement
Added support for Il2CppSetOption attribute on structs and assemblies.
IL2CPPImprovement
Added support for late latch debug mode to help verify late latch functionality.
XRImprovement
Fixed an issue that it is now able to change mipmap settings in inspector. (1379426)
2DFix
Fixed an issue that Sprite Skin's help button now leads to the correct documentation page. (1383765)
2DFix
Fixed an issue where a Sprite Skin outside of the camera frustum enters the frustum, which could cause an editor and player crash. (1377867)
2DFix
Fixed an issue where the NavMesh obstacle carving caused narrow gaps in the NavMesh. (1363972)
AIFix
Fixed Android minimum bundle version to greater than 0. (1307476)
AndroidFix
Fixed Java local reference leak when array is returned when using AndroidJavaObject/AndroidJavaClass. (1374806)
AndroidFix
Fixed a potential crash when modifying an animation override controller which is in use during a state machine enter / exit behavior callback. (1346587)
AnimationFix
Fixed null reference in AvatarMaskInspector on ToggleAll. (1369846)
AnimationFix
Fixed an issue that empty meta file is handled as malformed meta file. (1361260)
Asset PipelineFix
Fixed an issue where creating an asset during OnPostprocessAllAssets() with custom dependencies registered could cause an infinite import loop. (1383416)
Asset PipelineFix
Fixed an issue where Mono scripts containing namespaces with invalid characters were not reimported. (1354597)
Asset PipelineFix
Fixed an issue that UnityBugReporter was missing some Qt library dependencies, and would fail to start. (1283622)
EditorFix
Fixed Unity does not load the last scene after a crash. (1308699)
EditorFix
Fixed an issue that black light probes after duplicating baked geometry during the bake with CPU Lightmapper. (1332156)
GIFix
Fixed a Vulkan crash when using a material that generates empty cbuffer bind mask. (1368933)
GraphicsFix
Fixed particles flickering on metal. (1375960)
GraphicsFix
Fixed Vulkan instable frame time and input lag due to queuing too many frames. (1331307)
GraphicsFix
Fixed parsing of --custom-step command line argument to UnityLinker. (1351726)
IL2CPPFix
Fixed an issue that On Demand Resources setting in XCode project is always set to the value set in Unity Player Settings. (1379736)
iOSFix
Fixed an issue that the QuickType bar is now hidden on iOS15 when Keyboard autocorrection is set to false. (1381272)
iOSFix
Updated the iOS resolution presets of the _Aspect Ratio_ dropdown list in the _Game View_ window. (1321829)
iOSFix
Fixed an issue that MacOS player is now built with released xcode, also fixed a TestFlight warning about using beta Xcode.
macOSFix
Fixed an issue that Unity terminates with error code 0 when an exception occurs while importing a package in bach mode. (1375776)
Package ManagerFix
Fixed an error that is thrown when merging changes made to a Prefab into a Nested Prefab with co-dependant components. (1362574)
Fixed an issue when opening a project using rulesets coming from a package on disk, this does not trigger a compilation error anymore. (1349517)
ScriptingFix
Fixed a crash which occured with Il2cpp, engine stripping enabled and Analytics enabled, but without the analytics package installed. (1377563)
ServicesFixAndroidiOS
Fixed potential editor crash due to invalid system font file being present on a user system where such font file is missing a font family and / or style name. (1382082)
TextCoreFix
Fixed "TlsException: Handshake failed - error code: UNITYTLS\_INTERNAL\_ERROR, verify result: 4294950016" error when using System.Net.Http on ARM64 machines/devices. (1387294)
Universal Windows PlatformFixWindows
Added mapping of the input coordinates from the css resolution to the canvas resolution, fixed handling of HDPI scaling. (1302367)
WebGLFix
Added Support for mobile WebGL touch events to Immediate Mode GUI when the New Input System package is used. (1300223)
WebGLFix
Fixed mouse position in the old input system when the cursor is locked. (1338936)
WebGLFix
Fixed XRBeginFrame event added to frame debugger even if VR isn't enabled. (1374542)