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 a Java local reference leak when array is returned when using AndroidJavaObject/AndroidJavaClass. (1374806)
AndroidFix
Fixed an issue that the Android minimum bundle version is set to greater than 0. (1307476)
AndroidFix
Fixed constant buffer element alignment when using OpenGL ES. (1322517)
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 AnimationStream unbound handle exceptions when changing override controller in the animator. (1180557)
AnimationFix
Fixed an issue to prevents a null reference exception when an object with a LODGroup containing a null renderer is selected in the editor. (1381342)
EditorFix
Fixed alpha dilation filtering when a 16 bit-per-component texture with transparent pixels is imported. (1355265)
GraphicsFix
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 Forcefield Vortex determinism. (1365909)
ParticlesFix
Fixed "Call Stacks" toggle in Profiler Window enabling callstacks capturing in connected Players. (1377934)
ProfilerFix
Fixed a crash when taking memory profiler snapshot with Players built with newer Unity versions. (1386532)
ProfilerFix
Fixed a crash which occured with Il2cpp, engine stripping enabled and Analytics enabled, but without the analytics package installed. (1377563)
ServicesFixAndroidiOS
Fixed a misleading comment in UnityCG.cginc. (1374639)
ShadersFix
Fixed an issue where Pragma directives with "\_local" suffix that specify shader stage will now generate an error if the stage is specified before the "\_local" suffix instead of silently ignoring the directive altogether. (1388229)
ShadersFix
Fixed error messages by adding shader name to the error description when failing to compile or link GLSL shaders. (1378687)
ShadersFix
Fixed OOM crash when preparing shaders with a large amount of variants (100M+) for compilation. IPreprocessShaders now processes not more than 1M variants at a time. (1388530)
ShadersFix
Fixed shader stage specific keywords breaking shaders on Vulkan/Metal/GL.
ShadersFix
Fixed the output of "Compile and show code" button being capped to 2GB on Windows. (1378000)
ShadersFixWindows
Fixed a 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 a crash on MediaEncoder\_CUSTOM\_Internal\_AddFrame\_Injected when pushing a frame into MediaEncoder that has been disposed. (1368301)
VideoFix
Fixed TLS Allocator errors on fresh import (video importer).
VideoFix
Updated the minimum required version of the Unity Editor for 2D Animation and 2D Common to 2019.4.34f1.