Unity 3D Training Camp

Unity Interface

Unity Interface

create project

movements in the scene

Toolbar

Hierarchy

 Inspector

Resourceful Windows

Unity Asset Store

Unity Interface

create project

  • We create our projects from Unity Hub.
  • Click on NEW.
  • In the Project Name We put Our Game Name.
  • We choose the Work-space location.
  • we click on the type of our game in this case 3D.
  • We click on CREATE

Unity Interface

movements in the scene

  • We use the mouse middle button to navigate in the scene. 
  • We use the right click to change our view in the scene.
  • We use the left click to use these tools 

Unity Interface

Toolbar

  • tools to use with the left click (moving in the scene, moving elements, rotation, scaling, Rect ,all at once, custom tools ).
  • positions and rotation handle.
  • Start the game ,pause , one frame play.
  • Account and collaboration tools.
  • Layers of the game and windows layout.

Unity Interface

Hierarchy

Hierarchy is used to see the objects on your scene and organize them. and to create them too.

click on Create

choose the type or an Empty type.

choose the object you want to put in the scene

Unity Interface

 Inspector

Inspector used to see the Object details like Position ,rotation ,scale , it's Mesh and it's collider .

We gonna explain Meshes and colliders in next Chapters.

Unity Interface

Resourceful Windows

You can find more Windows that helps us building our games. there is windows for rendering ,animation, audio controlling, AI UI...

Unity Interface

Unity Asset Store

Unity Asset Store is a rich source of assets for your games with a massive catalog for 2D and 3D. Scripts and Textures ...

Unity Interface

Project

Project window is where all your work-space is .it's where you can create all kind of objects or upload them to use them or drag them later in the hierarchy.

Unity Interface

How to Create a Script

you can create a script from project -> create -> C# Script

then name it .

method 1:

then to make the script work you have to drag it into the object in the scene

Unity Interface

How to Create a Script

method 2:

We can create the script directly from the Inspector 

Write your script name

Click New script

Confirm by clicking Create and Add

Unity Interface

How to change Script Editor

Unity Interface

Additional 1

We need to stop light auto generate to minimize CPU and Ram Usage for the moment till we reach light Chapter.

Unity Interface

Additional 2

We need to stop Code compiling when we change it during game play for the current time till we create a real game that works in real time.

Unity Interface

Additional 3

We can tint our interface with the color we want in playmode to know the deference while creating the game . 

Unity Interface

Unity 3D Chapter 1

By Youcef Madadi

Unity 3D Chapter 1

  • 227