[SOLVED] Problem with UI movement in editor

Hello,
I have problem while moving in entity and it’s child in editor.



Thank you

Hi @Kaverappa,

Based on the behavior, I assume you’re using a layout group? If you do that, the placement of the children will always be predetermined. You will want to adjust the settings on the LayoutGroupComponent to adjust the position/alignment of the children.

I hope this is helpful.

Not group just entity.

The parent entity need an element component as well (you can set type to ‘group’), otherwise it’s not a part of the UI.

1 Like

Thank you, It seems to work fine now.