So I was wondering if it's possible to make a condition for checking when a bullet collides with a solid (an object of any type that has the behavior of a solid).
If this isn't possible I supposed I'll have to create a family and just throw all of my solids into it and check for collisions with those, but I'd rather not do that if I don't have to.
Any ideas?