Unity Interface: Difference between revisions

From Noisebridge
Jump to navigation Jump to search
(Created page with " == Unity's interface lets you build a game and navigate through your scenes smoothly. == == The Unity Basics Tutorial == Start by reading through the [[Unity Basics tutoria...")
 
Line 4: Line 4:
== The Unity Basics Tutorial ==
== The Unity Basics Tutorial ==


Start by reading through the [[Unity Basics tutorial]].
Start by reading through the [http://docs.unity3d.com/Manual/GettingStarted.html Unity Basics tutorial].




Line 11: Line 11:


Here are some bare essentials to practice first:
Here are some bare essentials to practice first:


== Essential keyboard and mouse controls ==
== Essential keyboard and mouse controls ==

Revision as of 09:15, 14 November 2015

Unity's interface lets you build a game and navigate through your scenes smoothly.

The Unity Basics Tutorial

Start by reading through the Unity Basics tutorial.


The Unity Basics covers the basic camera controls and how to create and manage projects.


Here are some bare essentials to practice first:

Essential keyboard and mouse controls

The scene view panel

Your view of the world inside each scene takes place in the Scene panel.


Orbit camera around focus: Alt-Left click-drag


Focus on an object. Double-click Hierarchy items or select and hit F in scene view

Every time you work with an object, it is quickest to focus on it so you can rotate around it and zoom in and out.


Minimizing and maximize scene view - SHIFT ENTER

This is very useful when there are so many panels taking up space in the interface.


Every time you go to actually use the scene view, it is useful to hit SHIFT-ENTER while navigating through it and SHIFT-ENTER again to restore the rest of the interface.