Hi, I’m experiencing a weird UI moving issue. Not sure if this is a bug, or if there’s some sort of weird hierarchy thing I have going on.
My Hierarchy (selected item is the label I’m moving in the video):
Hi, I’m experiencing a weird UI moving issue. Not sure if this is a bug, or if there’s some sort of weird hierarchy thing I have going on.
My Hierarchy (selected item is the label I’m moving in the video):
It might have to do with the fact the width of that TextLabel is negative. “-76 x 32”
You’re right, turn out the TextLabel and it’s parent ImageButton did have negative X sizes. Thank you!