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 GitHub - defold/extension-poco: Test automation from a computer to a test device using the Poco APO as an example
Thank you! This is definitely helpful!