Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags
(+1)

Do you have some kind of documentation we can look at to learn from you?

We don't have pulbic documentation for this project but we may be able to answer some of your questions.

What kind of information are you looking for ?

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 :)