So i went to work on my game today but this bug hapened out of nowhere and i cant find a fix.
the ui worked yesterday and im wondering if its a new update and if so how do i fix it.
When this element is not on the parent have you resized the window by any chance?
If you have set the element’s position by offset then it will end up pushing it off the parent.
If this is the case then you only need to set the position by scale, and to keep it centered I recommend moving the anchor point for x to 0.5
No worries! It’s not like it wasted a lot of my “oh so precious” time
ClipsDescendants is a very good tool for making UI, it is often very helpful, but might sometimes cause issues such as this! Best of luck on your development endeavors!