How to avoid multiple collisions?

When the rocket collides with something the initial collisions happen and the game stops but within the waiting period of 2 sec (after which the level restarts) if the rocket collides with anything else the collision still occurs. How to stop this from happening?

Hi Anish71,

Welcome to our community! :slight_smile:

Do you just want to disable the collisions? If so, you could disable the Rigidbody component or the Collider component. Or you could set the isKinematic property of the Rigidbody component to false.

See the API:

Did this help?


See also:

This topic was automatically closed 24 hours after the last reply. New replies are no longer allowed.

Privacy & Terms