Introduction to Unit 7

Tutorial

Beginner

+0XP

5 mins

Unity Technologies

Introduction to Unit 7

A UI is the primary means of interaction between players and the game.

In this tutorial, you’ll get a quick overview of what to expect from this unit about UI.

1. Overview

In this unit, you’ll learn how to create user interfaces (UI) in a Unity project. Then you’ll apply those new skills and add UI to your own game.

A starry background with a large blue planet is overlaid by a transparent rectangle containing a text field with the word “Grid”, alphabet letters a-z, and two buttons “OK” and “Cancel”

In this tutorial, you’ll get a quick overview of what to expect from this unit about UI.


2. What you’ll do

Complete the UI project

To learn how to implement user interfaces in Unity, you'll first work through a new project step-by-step, learning all of the necessary skills along the way. In this tutorial, you’ll learn a bit more about what UI design is and the tools available in Unity to help you create UIs.

You'll also see how user interfaces are implemented in a 2D game environment.

Add user interfaces to your own game

After you’ve completed the UI project, you'll have all the skills you need to implement UIs in your game.

By the end of this unit, your game should look something like the examples below:

UI with title and Play button



3. Next steps

Now that you have a good understanding of what to expect from this unit, you’re ready to get started. Next, you’ll get started on the UI project to learn how to user interfaces in Unity.

Complete this Tutorial