Basics of Unity | .GAME

This post has been republished via RSS; it originally appeared at: Channel 9.

In this episode we will take a look at the basics of using Unity while setting up the scene that we will be working with for the next several episodes. We will discuss the basics of the UI, general terms such as "game object" and  "component" and give a brief introduction into materials. We'll wrap up by taking a quick look at the Awake(), OnEnable(), OnDisable(), Start() and Update() methods.

Resources

1. GitHub Repository
2. Unity Manual - Execution Order of Event Functions