I’m having an issue with understanding what causes collision between objects in Unity. I thought an object had to be rigid body or have a collider in order to have collision. However I wanted objects to not have collision so I did not make them rigid body and I did not give them a collider and they still cannot pass through each other. What else can cause collision?