April 2017
Beginner to intermediate
376 pages
8h 4m
English
OK, as I mentioned, since this is our application or game manager when we get to the point of making this a game, we will need it to handle scoring and all the other elements that make a game a game.
So, first we will go in and delete what we no longer need. In the next series of screenshots in this section, all the highlighted text is what is being deleted.
For off, let's delete the bools that we will no longer need:

In our Start() function, delete the method call, as highlighted:

In the Update() function, delete everything ...
Read now
Unlock full access