Search Unity

Bug Layout Group Cannot be Removed without destroying children

Discussion in 'UGUI & TextMesh Pro' started by transporter_gate_studios, Jul 13, 2021.

  1. transporter_gate_studios

    transporter_gate_studios

    Joined:
    Oct 17, 2016
    Posts:
    219
    1. Create a panel, put a layout group component on it.
    2. Put some child text and buttons on it.
    3. remove the layout component from the parent.
    4. all children are shifted to bottom left in game view but not in scene
    5. only way to fix this is to delete all of the children and recreate from scratch.