Hey guys, i was wondering if there is a way of moving multiple UI elements under one entity, so lets say for example i have 3 UI text elements on my 2D screen… apples, oranges, bananas - i have it under one blank entity called Fruits, this entity is not ui element, however i would like to move all those texts at once, like just dragging Fruits entity around the screen and all children ui elements move along, so i dont need to change position of apples, oranges, bananas separately… i tried moving Fruits entity but it is not UI element, i noticed there is UI group element but im not sure if that would work as expected as it messed up my editor screen earlier ( i also posted a topic about that ), thanks
Yes, as far as I know you need to use a group element. Also with your other problem I suggested to do this. I think you need to check your element settings and positions if using this give some problems. Maybe you can create a sample project so someone can take a look at this?
Thanks for your reply, i will try to move under UI group element and we will see if the issue will appear again