Is there a way to go through the collision with moveWithCollisions() using some collisionMasks or groups?

I have several player on some arena shooter scene moving by moveWithCollisions. I wanna take them an advantage to go through each other to not to beat each other.
What are the ways exist to do it?

You can set a collision mask to those specific meshes - Mesh | Babylon.js Documentation

1 Like