Having learned some C# fundamentals, we turn our attention back to writing code for our prototype game project that we originally started. We start by applying what we’ve learned and refactoring some of our previous code into distinct methods. We also take a look at naming conventions for local variables and fields, the “const” keyword and how to set a reference to an outside GameObject, in code, through the inspector.