#UI Troubles
1 messages · Page 1 of 1 (latest)
Okay, then they have the same position.
These 2 objects.
Although they have slight offset on y axis
no they don't, these are the two objects. For some reason you are only allowed to get their position relative to their parent in the canvas. You can see the slightly different Y offset in the picture
Are these "panel" objects?
They are inside of panel objects, yes
Are they named "Layer Panel"?
If not, then they're not the objects you were inspecting in the debugger.
Thus it's not their positions.
They are
Take a screenshot of the editor with the object selected.
Right. My mistake there.
They are all named the same thing? Try giving them different name based on their index and the panel index. You might be confusing 2 elements in the same panel.
No worries, I'm not but I've wasted too much time on this issue. I appreciate you taking the time to help look into this. I'm pretty sure I'm just going to have to roll my own solution for this eventually if I want to continue making this 2D. Thanks again