[SOLVED] Is there a scene view for runtime events?

Hello, I’m still pretty new to PlayCanvas and was wondering if there is a scene view that can be used to see objects moving in runtime while the game is launched like Unity3D?

Hi @aperez440! Unfortunately, that’s not possible. It would be a great addition to debugging. Hopefully this will happen someday.

Thanks for letting me know. I was looking for it like crazy haha. We can solve this post then.

1 Like

I’ve got a small bit of JS injection that prints out the scene graph to console that helps with debugging and know what is generated/added to the scene.

ayy thanks man. ill take a look