Search Issue Tracker
Fixed
Fixed in 2022.2.2f1, 2023.1.0a22
Votes
0
Found in
2022.2.0b10
2023.1.0a13
Issue ID
UUM-16435
Regression
Yes
IMGUIContainer in ScrollView causes flickering
Some flickering occurs when having IMGUIContainers in the scrollview. This is likely caused by the fact that now the layout of scrollview is performed in multiple frames (see [https://fogbugz.unity3d.com/f/cases/1417765)|https://fogbugz.unity3d.com/f/cases/1417765).] and [https://ono.unity3d.com/unity/unity/pull-request/144736/_/uitools/fix-1417765).]
Steps:
1 - Create a document
2 - Select the Root item in the Hierarchy pane
3 - Resize the UI Builder window to squeeze the inspector to a really small height to display the Scrollbars
4 - Enlarge the UI Builder window bit by bit a couple of times
Actual outcome:
The flickering happens
Add comment
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- The Editor becomes unresponsive and memory allocation errors are spammed in the Console when Generating Lightning
- Crash on BatchApplyPropertiesFromSourceAssetDB when opening a specific project
- Scene view Camera cannot be moved with WASD/QE keys when the Right Mouse Button is held down and the Mouse is not moved
- Crash when calling default interface method from virtual method with same name
- [Android] Unity does not include the ".aab" extension for an AppBundle when it is built via script with the buildPlayerOptions.locationPathName = "AppName.apk" and EditorUserBuildSettings.buildAppBundle = true
Resolution Note (fix version 2022.2.2f1):
Fixed layout instabilities with scrollviews and IMGUIContainers in scrollviews.