Training and extending your Unity skills to become a better game developer
In this section, we will give some ideas on how to improve your Unity skills and overall improve any game, including this Tower Defense game.
Making things easier for other team members
When you program your scripts in Unity, you need to keep in mind that your code will be used by different team members (we will see more about teamwork later in the chapter). So keep in mind the following:
- Increase the readability of your code through documentation (we will see later in Teamwork section) for your programmer's colleagues.
- Make a nice interface in the Inspector (also by using custom inspectors; see later) so that it is easy to use by designers (an example is exposing events, which ...
Get Getting Started with Unity 5.x 2D Game Development 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.