hi
i want a mesh to collide only with one type of objects. i think i’ll use tags for that group of objects.
how can i do this?
so when this mesh hits other objects it doesn’t collide with them, only if it hits object with certain tag then we get collision.
I am not 100% sure, but I think in unity you can make collision layers
thanks