Respondable Mask

Typically: "How do I... ", "How can I... " questions
Post Reply
RobotAttack
Posts: 7
Joined: 13 Sep 2013, 14:40

Respondable Mask

Post 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!

coppelia
Site Admin
Posts: 10366
Joined: 14 Dec 2012, 00:25

Re: Respondable Mask

Post by coppelia »

Hello,

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

A: 3
B: 1
C: 2

Cheers

Post Reply