Hello,
Now I have 3 groups of objects(A, B, C).
Group A and Group B must have collision with Group C, but Group A and Group B must not have collision with each other.
How can I do in Bullet Sharp to have the result like Unity3D native collision layers do?
Thanks!