Search Issue Tracker
Fixed in 5.2.1
Votes
0
Found in
5.2.0f1
Issue ID
721345
Regression
Yes
Layout under a ScrollRect does no perform its layout logic
How to reproduce:
1. Open attached project
2. Open scene Test.unity
3. Select gameobject Canvas/Scroll/Content/Text
4. Duplicate the gameobject
- Note how the Text stacks, instead of the layout being updated
- Disabling the ScrollRect component in the Scroll gameobject allows the Text to snap to layout properly when duplicated
Comments (1)
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
- Freeze/crash with multiple StackTraces when opening a specific project
- Crash on TypeContainer<int>::rtti when deleting a Render Texture that is used by the Main Camera
- Multiple ArgumentExceptions are thrown when adding a VisualTreeAsset with Sprite Glyphs to a UIDocument
- Color Node Alpha slider displays incorrect value when viewed in Shader Graph
- Player unresponsive when building a specific project with Autoconnect Profiler enabled
yiyuefu
Sep 30, 2015 13:27
I get the same thing