I’m using a UIPageLayout to create an update log. My frames look perfect in studio, but in the live game, it’s wildly off-center, way up in the corner. Included are pictures of studio, the live game, and the page layout properties. The anchor point and position of the frame are 0.5.
1 Like
have you tried seeing if the position is set by scale?
1 Like
The frame’s position is 0.5, 0, 0.5, 0, and is overridden by the UIPageLayout. I tried switching it between scale and offset, but there was no difference in its position.