Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags

Hey thanks for the answer :)
How do you track the blocks which are taken after i placed the block. Do you have a 3D grid? 

It's a kind of a 3D grid made of triggers and collisions. When placing a block in the grid we use a "virtual copy" aligned in the grid. We use this copy to check for the correct final placement of the block.
Bear in mind this prototype has been made in just a  few weeks so it might not be the best way to achieve this.

ok jea a grid with triggers and maybe a two sided array would be my way of doing this :)