Hello, I've got a weird issue with my UI.
Basically I have a window that fills most of my scene, using a UITexture as background. I've set its size un the GUI and constrained it with anchors to a panel that covers the whole UI Root. It worked great, until some unknown point when the size abruptly changed to 1151976x642844. The rest of my UI has also changed size or place, seemingly at total random: a panel covering the whole screen is now 1152152x2, and everything is at odd position I suppose to stay centered (like 572878.3;-876331.3;0 or -3233.406;-876225.4;0), but it just ends up kilometers away from my UI Camera.
I'm snooping around trying to do stuff but I'm kind of in the dark with this. Thanks in advance for any response.