[Solved] Can collision detection be turned on/off at will? (spoiler - no)

Is it possible to turn on/off collision detection for an object? Or will i have to set a variable and check it as an extra condition with the object collision event?

Collision detection is always happening, it’s mostly just comparing polygonal areas of objects in your scene.

With this in mind, using a variable would be the best way to accomplish “Ignore collision…unless” style conditions.

2 Likes