Arkandroid: Let’s make a Breakout Game with Unity3D! – Part 4

Nope, not so easy 😏 We’ve got a game to finish, remember? 😛

So I know I lied in the last post, we didn’t really add more blocks to the scene. But we did something important, we prepared the blocks so they can be initialized from a central controller, the GridController! Which is the name of the next script you will have to make!

On the scene, create a new empty object and on the Inspector, click on Add Component, go to new script and create a script with the name GridController. Then open it and copy the following code:

Read More