I'm doing a 2d top-down shooter game where I use rigidbody to work as bullets, I want them to not collide with other rigidbodies. I recently found a post where it said concave collision shapes don't collide with other concave collision shapes, I tried this but it didn't work.
There's a way to avoid collision between rigidbodies?