Search Issue Tracker
Fixed in 4.6.X
Votes
0
Found in
4.6.0b12
Issue ID
618292
Regression
No
uGUI: Layout filled with dynamically created children doesn't arrange children
To reproduce:
1. Open project
2. Open 'test' scene
3. Play scene
4. Click 'Fill Button' in game view (Script attached to 'Fill Button' creates 20 instances of "Row" prefab and add them as children of "Vertical Content")
5. All 20 instances of 'Row' prefab are placed in same position
6. Select 'Vertical Content' in Hierarchy
7. Disable and enable 'Vertical Layout Group (Script)' component
8. All instances of 'Row' prefab are arranged correctly
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Mouse input is registered incorrectly in Custom RP when downscaling Render Target and rendering Overlay UI before final upscale
- Time.deltaTime is locked to the display's refresh rate when the built Player is moved to a Secondary Display and Windowed Mode is used
- Crash on RaiseException when importing a specific asset
- Crash on RaiseException when opening a specific project
- DownloadHandlerScript.CompleteContent is called twice when building for WebGL
Add comment