So I'm making a box system on my platform game. I want to stack ones on top of eachother and whenever you destroy the ones at the bottom the ones sittin on top fall.
If I use a solid behaviour that doesn't work for my game, because I want to be able to pass through them. If I set platform they just fall regardless if they're sitting on top of other box.
Is there a proper way to do this? Thank you