14-07-2020, 12:55 PM
(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?