SCH Posted August 12, 2021 Share Posted August 12, 2021 Hello. The task is to make objects that will not collide with each other, but at the same time trigger the collision start event. Now I have disabled the collision in this way: this.char.setCollisionGroup(1) this.char.setCollidesWith(0) this.lama.setCollisionGroup(2) this.lama.setCollidesWith(0) using matter physic engine. How to implement it Link to comment Share on other sites More sharing options...
Recommended Posts