Hello everyone, I'm encountering a problem where a UIPanel is showing a very strange transform location, and I cannot change it.
In my case, I'm using Alpha Clipping, and its showing:
offset: 8596, 0.33...
center: -7895, -0.33....
size: 898 x 375
Transform position: -674, 0,0
It is also parented to a larger container (all anchor points are +/- 0). As mentioned above, I cannot change this location (although I think it used to be at -300-ish (which was still wrong) and by using the inspector and dragging it, it jumped to -700 and is now stuck there. I have also tried changing the position through script (nothing happens), although after the scene is running, I can successfully change it to anything I want.
I'm stumped as to what to do, this panel is throwing off every object inside it and causing a mess. Any ideas are appreciated.