Hi,
I was trying to visualize the bounds of a clickable Image the I placed in a Container by using scene.input.setDebug() and couldn’t make it work. After some tweaking I found out the Rectangle was outside of the camera view. It seems like the location of the debug Rectangle is not taking into account the parent Container’s position. Here is an example.
How can I manage to place the Rectangle correctly ?
Thanks