Allow picking up a background scene if no foreground scenes were found.
iOSImprovement
Added texel size and mask interaction shader properties to particle system renderer.
ParticlesImprovement
Optimized searching for scripts when the assembly name is not supplied, can significantly improve performance entering PlayMode amongst other areas.
ScriptingImprovement
Fixed an issue that uGUI loaded from the asset bundles in the editor is not displayed. (1369873)
2DFix
Fixed game freezing when using NavMesh.Raycast() with a NavMesh that contains an unexpected invalid polygon. (1346645)
AIFix
Fixed an issue where creating an asset during OnPostprocessAllAssets() with custom dependencies registered could cause an infinite import loop. (1383416)
Asset ImportFix
Fixed a crash inside Physics Manager when a Default Material is present and we shut down. (1338910)
Asset PipelineFix
Fixed an issue that empty meta files are handled as malformed now. (1361260)
Asset PipelineFix
Fixed an issue where ScriptableObjects could be loaded when querying their type using AssetDatabase.GetMainAssetTypeAtPath(). (1351973)
Asset PipelineFix
Fixed a bug where an app could freeze when calling Application.Quit after using the OnAudioFilterRead callback. (1356566)
AudioFixiOS
Fixed not being able to undo parameter changes from dragging in the GUI widget of the ParamEQ and Duck Volume effects. (1262453)
AudioFix
Fixed default doc url so it correctly points on 2019 doc. (1397454)
EditorFix
Fixed potential stall on buffer uploads in OpenGL GfxDevice. (1369478)
GraphicsFixAndroid
Fixed the following issues:
GraphicsFix
CustomRenderTexture no longer crashes Mac/Linux during circular dependency sorting cases.
FixesFixLinux
CustomRenderTexture no longer updates when not called for.
FixesFix
CustomRenderTextures that use other CustomRenderTextures to update their contents will now update in the correct order according to their dependencies.
FixesFix
CustomRenderTextures with OnDemand and Realtime update mode can now correctly depend on each other in an update chain. (1246473)
FixesFix
Fixed an issue that .meta files are not included anymore in build for plugins of .plugin type. (1184957)
iOSFix
Fixed an issue to ensures Autorotation is disabled when manually specifying Portrait. (1399856)
iOSFix
Fixed an issue to stop CoreText warning spam on iOS15. (1397966)
iOSFix
Fixed Screen.cutouts returns a null value on some iPhones. (1371461)
iOSFix
Fixed Screen.safeArea returns incorrect height value when constraining rotation to landscape. (1356217)
iOSFix
Fixed splash screen sometimes showing in the wrong orientation. (1400716)
iOSFix
Fixed TouchScreenKeyboard.selection being reverted when keyboard animates. (1381968)
iOSFix
Fixed particle rendering from command buffers. (1263019)
ParticlesFix
Improved error handling when loading broken prefab files. (1251496)
PrefabsFix
Fixed an issue to make AddComponent scale better with the projects amount of components. (1278548)
ScriptingFix
Fixed double-clicking on a message after a domain reload not generating the correct .sln file version with Visual Studio.
ScriptingFix
Fixed an issue that sorting layer is no longer overriden when a canvas is created manually by the user for a Template element (inside Dropdown). (1343542)
uGUIFix
Fixed an issue when the RectMask2D component would not work properly when used on large images. (1369118)
uGUIFix
Fixed black square appearing with custom cursors in Executable Only build. (1299579)
Universal Windows PlatformFixWindows
Fixed Video Player crash/malfunction on Android versions less than 9. (1372202)
VideoFixAndroid
Fixed crash with 'Copying file failed' error on Windows when importing a file from WinRAR Archiver. (1325310)
WindowsFix
Fixed issue where duplicate UnitySubsystemsManifest.json files were added while building XR app for Android with Build App Bundle option. (1360010)