Page 1 of 1

Respondable Mask

Posted: 24 Feb 2014, 22:18
by RobotAttack
Hey,

I have a problem I think is pretty simple but cant seem to puzzle it out.

I have 3 objects, A, B, and C

I want A to collide with B and C
I do not want B to collide with C

How do I set up the Respondable Masks so that this works out?
Note that neither A, B, nor C are children of each other, so only global masks would be used (I think)

Thanks!

Re: Respondable Mask

Posted: 24 Feb 2014, 23:46
by coppelia
Hello,

try (for example) with following global respondable masks for your objects:

A: 3
B: 1
C: 2

Cheers