Tag: Game Development

Update to Map Creation

Putting basic blocks onto the map generated by the map creator turned out to be pretty simple. Essentially, all that is necessary is to instantiate a prefab at the location defined by the array (in coordinate multiples of 10 in my case due to the block sizes) and this is the result. The trees were…

Read the full article