There's probably a bunch of different ways to do this, but I'd probably have a master **Empty GameObject** that checks for when your block pile reaches a certain height (you could do this with a **Collider**) then it Broadcasts a message to all the blocks, destroying them.
↧