Is It Possible to Move Canvas?

Hello! I have a canvas that blocks all of my editor… How I can move the canvas somewhere else?

Could you just just the Layers dropdown (top right) to make the UI layer invisible when you’re not working on it?

Well I guess thats how its gona be :smile: No reason to move that canvas away with code. I searched a bit and I learned that you can move canvas like a normal gameobject.

Thanks for the answer :slight_smile:

If it’s a screen space UI, you can’t move it around (you can if it’s world space). I use QuickToggle (Unity Quick Toggle by Jeiel Aranal) and just toggle the canvas off when it’s in the way.