- Home /
Turn off collision of two triggers
I have 2 objects. One is a player. Player has a regular 2d collider and 2 trigger zones with trigger colliders for detecting walls and ground near objects. Second object is a trigger zone with one trigger collider for detecting player in. When player moving in trigger zone unity detect collision of two triggers and stop movement. If i uncheck the trigger collider of player - everything going ok: player in zone and zone see it. But with active trigger on player then it conflict with zone. How turn off this behavior of two triggers?
Answer by Charmind · Jul 22, 2016 at 07:33 PM
Edit>Project Settings>Physics2D
Put your player and other collider in 2 different layers and disable here collision between them at collision matrix.
Your answer
Follow this Question
Related Questions
Why is my Collider Broken? 0 Answers
2D - Two objects, each having two trigger colliders - interacting 0 Answers
Tile based movement collisions 0 Answers
Objects don't collide 1 Answer