Getting a screen saying "Rendering is paused for debugging"

When I try to playtest by clicking “Play Here”, this pops up and doesn’t allow me to playtest. Is there a way to exit this mode?


14 Likes

You may have a breakpoint in one of your scripts causing the game to go into debugging mode. You can simply click it again to remove it. A breakpoint is the red dot on the side of your code so I suggest you look through your scripts and find it.

25 Likes

You need to click Play (:arrow_forward:) and then Resume (:arrow_forward:) key near Stop (:stop_button:) key.

5 Likes

I get the some error except I have no breakpoints in my code, or in any script within my game. I opened the breakpoint window to check for this and nothing, I even clicked disable all breakpoints (despite having none) and I still get the “Rendering is paused for debugging” screen

1 Like