In the editor, the canvas is displayed with graphic artifacts, in the “game” mode everything is fine. I don’t know when it started, I haven’t checked it in a long time. I couldn’t fix it myself. Everything looked good last time a few versions ago. What can be done?
Try setting the scene view to 2D mode.
This will change the editor camera to a perfect orthographic view of your UI.
The flickering is that the UI geometry is almost at the same depth in the scene and that causes a effect called “Z-fighting” if the camera is not in the correct position.
1 Like
Thanks. I understood. It is necessary to set the camera very accurately, then the flicker disappears.