Introduction To Unity
Introduction To Unity
Introduction To Unity
UNITY
OVERVIEW
Unity
Creating a Project
Interface
Navigation
Customizing Windows
Asset Store
Adding Objects to Scene
Scene Management
Prefabs
VR Setup
SteamVR Plugin
Adding Headset
CREATING A PROJECT
INTERFACE
HIERARCHY
CREATE A CUBE
SCENE/GAME VIEW
NAVIGATING SCENE VIEW
• Hand Tool: Click and drag to move scene and navigate world
• Move Tool: Move objects within the world (X, Y, Z)
• Rotate Tool: Rotate objects along the X, Y, or Z axis
• Scale Tool: Scale object’s size either along an axis, or overall
• Rect Tool: Mainly used for 2D games and UI elements
• Universal Tool: Has functionality to move, rotate, and scale
INSPECTOR
PROJECT WINDOW
MOVING WINDOWS TO MAKE CUSTOM
LAYOUTS
• Demo in Unity
• Scale window size
• Change window locations
ADDING ASSET STORE AS A WINDOW
IMPORTING ASSETS FROM STORE
• Demo in Unity
• Navigate to Props
• Sort by FREE assets
• Find asset pack (Low Poly Survival Essentials)
• Download/Import pack
ADDING OBJECTS TO SCENE
Before After
USING PREFABS
• Interface
• Navigation
• Asset Store
• Adding Objects
• Scene Management
• Anything Else?
SETTING UP VR IN UNITY