Debugging

I’d like to see the collisions objects I created in my game to try to detect if the player is in the house, but it doesn’t show me anything once debug option is marked.

Are you sure the physics objects are there?
E.g. if you’ve accidentally set the collision objects to “dynamic”, they may have fallen out of view.

2 Likes

I know why isn’t showing the debug physics. Camera doesn’t let it appear in my screen. How can I fix this?

I know what happened: the camera component wasn’t letting it show. I gotta remove it and add it again to fix this bug. Thanks for you help anyway :]