As the title say i need to remove the white canvas outline, via code i can easily remove the elements inside my canvas(in my case 2 buttons) but i can’t even remove the outline.
I’m quite new to unity and i think that is quite easy to do but i have not found any solution yet.
Thanks in advance
Ok didn’t know that … now i’m playing my game in the game window of the unity environment and in this window i can still see the outline. For some problems i can’t build my project now, so i can’t verify if in the real game i can see the outline :/.
But the game window of the environment shouldn’t be equal to the real game?
The game view definitely draws the canvas edge, and there’s specifically a toggle for “canvas” in the gizmo list (so you can turn that off without affecting other gizmos), so it sounds intentional to me.
Ah yea i never had it set to use the gizmo’s in the game view so forgot that was even a option (thanks for the reminder). but either way it shouldn’t display in a built version.
I tried to turn on some gizmos for some plugin I was using back in Unity 3. And that caused a crash. Every time. So I haven’t ever tried it since haha.