Search Issue Tracker
Won't Fix
Won't Fix in 2023.3.X
Votes
0
Found in
2022.2.0b13
2022.3.13f1
2023.1.0a16
2023.2.0a1
2023.3.0a3
Issue ID
UUM-18583
Regression
No
IMGUIContainer size not properly computed when inside scrollview
Some flickering occurs when having IMGUIContainers in the scrollview. This is caused by the fact that now the layout of scrollview is performed in multiple frames but also the fact that the size of IMGUIContainer changes inexplicably each frame. The latter issue is likely caused by the fact that IMGUIContainer computes the layout of the wrapped IMGUI control during the Repaint pass instead of the Layout pass
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 or the vertical scrollbar remains visible without the thumb.
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
- GameObjects change Hierarchy order when undoing adding Component to multiple GameObjects
- [macOS] Editor crashes after entering Play mode with overlapping GameObjects with Cloth Component and Cloth Inter-Collision enabled
- Look Dev constantly regenerates the default Volume Profile when set to "None" instead of using the default one
- Look Dev errors are spammed when opening a new HDRP project when Look Dev was added to the layout in the previous project
- URP Scene Templates are not editable when first opened from the New Scene dialog
Resolution Note:
Fixed by unknown PR.
Resolution Note (2023.3.X):
Fixed by unknown PR.