Basically if the browser is resized or if the scene takes up the full width and height, the the debugger gets lost. To work around this I'm using the browser inspecting and setting z-index to 9999 so that the debugger is on top of the canvas element
It would be nice to have a setting somewhere that could be toggled on or off.
Basically if the browser is resized or if the scene takes up the full width and height, the the debugger gets lost. To work around this I'm using the browser inspecting and setting
z-index
to9999
so that the debugger is on top of the canvas elementIt would be nice to have a setting somewhere that could be toggled on or off.
Great work on this btw, really helpful