Hi all,
I’m new to Defold, liking it especially how easy it is to develop on mobile!
Is there a way to see the runtime hierachy of game objects while I’m debugging?
Thank you!
Hi all,
I’m new to Defold, liking it especially how easy it is to develop on mobile!
Is there a way to see the runtime hierachy of game objects while I’m debugging?
Thank you!
Just open http://localhost:8002
It’s not so informative, but it’s possible to make something more informative using cpp API
you can take a look https://github.com/defold/extension-poco as an example
Thank you! This is definitely helpful!