1 Unity 3D
1 Unity 3D
1. Start Unity.
a. Any previous projects will appear at the very first interface.
b. Click on ‘New’ to start a new project.
2. To create a new project, choose any template. For this case, choose 3D.
a. Name your project and choose a folder to save your project.
b. Click ‘Create’.
Nur Farahin binti Mohd Johari
Faculty of Computer and Mathematical Sciences
Unity 3D
3. This is the Unity interface.
a. Unity interface is made up of five main windows:
i. Scene View:
• ‘Canvas’ or stage where we visually build our game.
• Scene view allow us to look at and manipulate our game objects in
our scene.
ii. Project Window:
• Displays all the assets we have available to build our game.
• Assets are referring to files that we saved in our hard drive.
iii. Hierarchy Window
• Shows a list of game objects we are currently using in our scene.
iv. Inspector Window
• Shows all the properties of any game object or asset we have
selected.
• When we select any game object or asset in our scene or project
window, Properties window will display the details and properties.
v. Game View
• Allow us to preview our game in Editor.
b. Toolbar
• Contains Transform tools and Gizmo toggles, Play controls,
c. Play, Pause and Frame by Frame