Hello! I have an object that I want to have multiple collision layers for so they don’t collide into multiple layers. The thing is it supposed to not collide with two types of objects, however those two types of object must collide.
This is what I want to happen:
Ex: Object a has layer a, won’t collide with an object with layer a, but will collide with an object of layer b
Object b has layer b, won’t collide with an object with layer b, but will collide with an object of layer a;
Object c has layers a and b, won’t collide with any object in layer a and b