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
- Out-of-bounds memory access with multiple CanvasRenderers under a Canvas when using Mesh API
- Inspector tries to access file after it was deleted when the file was locked in Inspector window
- Changing Transform values in Search window Inspector loses focus while dragging and stopping mouse without releasing dragging action
- Saving changes on the dirty VFX Graph during the Play mode throws "The referenced script (Unknown) on this Behaviour is missing!" warnings
- VFX Graph Debug Info overlaps the "Initialize" block debug info by default
Add comment