Debugging entities while in play mode

Hello, im new to playcanvas. I would like to know if theres a way to see how entities behave while in playmode. Like in unity its possible to see the behavior of game objects in scene while playing(two different windows, one for scene and one for play mode).

I’m afraid not.

You would have to add debugging features yourself into the app/game.

You can live tweak attributes, move/add/entities and hot reload scripts while the launch window is open though which may help?