Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Help  How to setup collision matrix for obi colliders?
#2
(14-07-2020, 12:31 PM)erdoganhuse Wrote: Hi,

I am trying to seperate obi collisions just like Unity's collision matrix. For example there are Emitter A, Emitter B, Obi Collider A and Obi Collider B. I want emitted particles from Emitter A to collide with just Obi Collider A. I did not achieve such seperation for more than 2 layer with changing Phase value.

Thanks.

Hi there,

Set Emitter A and Collider B to phase 1.
Set Emitter B and Collider A to phase 2.

That would make emitter A to collide with collider A, but not with collider B. Emitter B would collide with collider B but not with collider A. Is that what you were referring to?
Reply


Messages In This Thread
RE: How to setup collision matrix for obi colliders? - by josemendez - 14-07-2020, 12:55 PM