Creating a Canvas

In this lesson we'll start with the first thing you'll need to create any UI element, the canvas. The canvas will act as a container for our UI elements and is required to display UI within our game. To learn more about the canvas click here: http://docs.unity3d.com/Manual/class-Canvas.html