In the Editor, when in Play mode, a “Debug Canvas” shows up automatically in the hierarchy and is visible in the Game view. It wasn’t there before so I must have accidentally enabled some setting somewhere. Any idea how to switch it off?
What is debug canvas exactly? Can you make a screenshot?
Apparently it belongs to the Scriptable Render Pipeline, but I have no idea how to show or hide it. I’ve never seen this before in person.
Sorry. Maybe @LeonhardP ?
This is a UI version of the SRP Debug Window in the editor for runtime. You can use it in builds for debugging currently I use it to check my FPS
To show it
Keyboard - Ctrl + Backspace and to show it with a
Controller/gamepad (Xbox) - Press the two thumbsticks down at the same time. Same keys to hide it.
To navigate it
Keyboard - you use page up and down to switch pages/debug settings and the up and down arrows to go through the settings
Controller/Gamepad - You use the D-Pad to switch pages
Lock or Display settings on screen after you hide the Debug UI - This will be displayed at the top right
Keyboard - You press shift
Controller/Gamepad - You press X
It’s probably the same configuration for a PS4 controller just using its key layout bot for other gamepads and controllers I have no idea.
Thanks!