2D screens problem?

Hello guys,

Not too sure what is going on lately, and I dont understand what I’m doing wrong. I’m using the 2dscreen to place UI buttons. I have a bunch that are Bottom right (3), some other Bottom left (1), some top right (2). But I need to place them in reversed order to display them at the right place on screen.

Any ideas?

Here what it look like on device.

The UI entity under screen and the parent to all the elements, does that have an element component?

UI node do not have a element, its just a empty entity, should I put an element there?

All entities under a screen must have an element component or weird stuff can happen. An element parent can be of type Group.

1 Like

Ok thanks!!