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
- TreeView Child display toggle styling becomes reversed when clicking and dragging it
- Null is returned when using FocusOutEvent.relatedTarget
- Unity_BaseInstanceID is always zero when rendering multiple meshes and instancing with the same buffer
- UI Document button's text does not resize relatively when size in percentage (%) is used
- Event.current.mousePosition has an offset of 1px along the y-axis in WebGL build when the mouse button is released
Resolution Note (fix version 2022.2.2f1):
Fixed layout instabilities with scrollviews and IMGUIContainers in scrollviews.