Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags

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.

https://docs.unity3d.com/Manual/class-Rigidbody.html