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
- Foldout arrow indent is misaligned in the Inspector when used in Custom Type
- [Android] The Player screen turns black when playing a video under certain conditions
- Search window icons at the bottom are cut off when Search window is resized vertically
- "Try something else?" text label is cut off when searching for a long text in the Search window
- Rendering Debugger window sections do not have a minimum width set when resizing with the slider in the middle of the window
Resolution Note (fix version 2022.2.2f1):
Fixed layout instabilities with scrollviews and IMGUIContainers in scrollviews.