Chapter 6

Intermediate

Chapters 7 and 8 are big and dense. In many ways, they’re exciting as well. Getting into a programming language means discovering many cool tricks. The basics of any programming language have already been covered. To be honest, much of what you need has already been covered.

From here on out, you’ll be learning some of the more refined systems that make the C# language elegant and concise. Rather than having long chains of if–else statements, you can use a switch statement. Rather than having a large uncontrolled nest of different variables, you can group them together in a struct.

Don’t worry about not making rapid progress; learning is more about the journey than it is about the goal. Of course, if you do have a goal ...

Get Learning C# Programming with Unity 3D now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.