Hello,
Is there a way to show collision object when running the game for trouble shooting purposes?
I’m working on Physics Joints (wheels, axles…). It’s extremely hard to see what’s happening if I don’t see the collision shape.
I’ve already managed to see the joints by using “draw_line” as message to the render, but got stuck with the collision object shapes… how can I have them visible while running the game?
Thanks