Glad the feedback helped! For objects falling through the floor (assuming you’re using Unity), try changing the Rigidbody collision detection on all your objects from Discrete —> Continuous or Continuous Dynamic. It’s a little bit more expensive on the CPU but prevents missed collisions falling through the floor.