I have an object A sitting on a platform. When another object collides with it, I’d like object A to fall. I’m imagining that I need set the filter for object so that it ignores other objects, like the platform, after the collision.
I don’t see any options for setting filtering after a body has been created. Would there be another way to create this type of effect?