Hello, I have a Rigidbody spaceship with a capsule collider, and a primitive cube Rigidbody with a box collider. Both colliders have Is Trigger checked. These used to collide and bounce off each other, but after an overhaul of my control system, they now don’t. I’m new enough to Unity that I’m not sure what I could could be messing up that could cause these to no longer collide, or how to test/debug that sort of thing well. Ideas?
I attached a pic of the ship inspector and editor, and the cube inspector.