How to show hitboxes?

Hey there. :slight_smile:

For the purpose of debugging I want to see the hitboxes of my objects.

Is it possible to show the hitbox of an object?

If yes, how do you do it?

Thanks in advance.

local physics = require "physics" physics.setDrawMode( "hybrid" )

https://docs.coronalabs.com/daily/api/library/physics/setDrawMode.html

Thanks man! :slight_smile:

local physics = require "physics" physics.setDrawMode( "hybrid" )

https://docs.coronalabs.com/daily/api/library/physics/setDrawMode.html

Thanks man! :slight_smile: