- Home /
Can I detect collision without preventing movement?
I need to detect if the player is inside a cube without renderer to toggle a water effect, but how can I do it without this cube stopping the player from going down?
Answer by kolban · Apr 09, 2012 at 11:58 PM
In a collider definition, there is a check-box called "Is Trigger". If checked, then the collider can be used to trigger an indication that a collision has occurred without the object participating in any physics based movement preventions. I'd suggest studying on "Is Trigger".
Your answer

Follow this Question
Related Questions
Elementes like in "from dust" 1 Answer
Can I have a collision between 2 objects, but without preventing one from moving? 1 Answer
Only take into account colliders' bounds on single gameobject in hierarchy 1 Answer
Ignore sub-colliders for center of mass in Rigidbody2d? 1 Answer
Physics question 1 Answer