Unity Game Development

Similar documents
MIXED REALITY (AR & VR) WITH UNITY 3D (Microsoft HoloLens)

MIXED REALITY (AR & VR) WITH UNITY 3D (Microsoft HoloLens)

Unity Game Development

Unity Scripting 4. CS 491 / DES 400 Crea.ve Coding. Computer Science

This allows you to choose convex or mesh colliders for you assets. Convex Collider true = Convex Collider. Convex Collider False = Mesh Collider.

VEGETATION STUDIO FEATURES

Unity3D. Unity3D is a powerful cross-platform 3D engine and a user friendly development environment.

UI Elements. If you are not working in 2D mode, you need to change the texture type to Sprite (2D and UI)

Mobile Touch Floating Joysticks with Options version 1.1 (Unity Asset Store) by Kevin Blake

Google SketchUp/Unity Tutorial Basics

Workshop BOND UNIVERSITY. Bachelor of Interactive Multimedia and Design. Asteroids

Section 28: 2D Gaming: Continuing with Unity 2D

Underwater Manager (Optional)

3D Starfields for Unity

IAT 445 Lab 10. Special Topics in Unity. Lanz Singbeil

Terrain. Unity s Terrain editor islands topographical landscapes Mountains And more

ASSET DOCUMENTATION Mouse Interaction - Object Highlight Unity 3D Package. English

Pong in Unity a basic Intro

CS248 Lecture 2 I NTRODUCTION TO U NITY. January 11 th, 2017

Tutorial: Making your First Level

ptg

Terrain. Unity s Terrain editor islands topographical landscapes Mountains And more

Setting up A Basic Scene in Unity

About the Tutorial. Audience. Prerequisites. Copyright & Disclaimer. Unity

Actions and Graphs in Blender - Week 8

if(input.getkey(keycode.rightarrow)) { this.transform.rotate(vector3.forward * 1);

Tutorial: Understanding the Lumberyard Interface

8/16/2014 UNITYCODER.COM MOBILE PAINT

8K Earth, Moon and Mars Shaders Asset V Documentation

Planet Saturn and its Moons Asset V0.2. Documentation

1 INTRoduCTIon to BLENDER 1. 3 PREPARATIon 19

UNITY WORKSHOP. Unity Editor. Programming(Unity Script)

Easy Decal Version Easy Decal. Operation Manual. &u - Assets

Adding a Trigger to a Unity Animation Method #2

PSD to Mobile UI Tutorial

Creating and Triggering Animations

Godot engine Documentation

12/15/2008. All about Game Maker. Integrated Development Environment for 2D games Global idea

The Shadow Rendering Technique Based on Local Cubemaps

Game Programming with. presented by Nathan Baur

3dSprites. v

Tutorial: Using the UUCS Crowd Simulation Plug-in for Unity

CS345/DIGM465: Computer Game Development: Understanding Torque

ABOUT WEB TECHNOLOGY COURSE SCOPE:

Unity Animation. Objectives. Animation Overflow. Animation Clips and Animation View. Computer Graphics Section 2 ( )

Computer Games 2014 Selected Game Engines

Game Design Unity Workshop

GLOBAL SNOW Reference Guide

Minecraft Due: March. 6, 2018

Mechanic Animations. Mecanim is Unity's animation state machine system.

MANAGING MODS Imported mods are located in:..\[steamlibrary]\steamapps\common\purefarming \ PureFarming_Data\StreamingAssets\IMPORTER\mod

Auto Texture Tiling Tool

Pick up a book! 2. Is a reader on screen right now?! 3. Embedding Images! 3. As a Text Mesh! 4. Code Interfaces! 6. Creating a Skin! 7. Sources!

Creating a 3D Characters Movement

OFFICIAL DOCUMENTATION. Based on Suimono version Documentation last updated on 7/5/2016

Planets Earth, Mars and Moon Shaders Asset V Documentation (Unity 5 version)

User Manual. Version 2.0

Spell Casting Motion Pack 5/5/2017

Advances in Qt 3D. Kévin Ottens, Software Craftsman at KDAB

Assignment 4: Flight Simulator

Toon Boom Harmony Advanced V15.0

Index. Allan Fowler and Philip Chu 2017 A. Fowler and P. Chu, Learn Unity 2017 for ios Game Development,

Tutorial: How to create Basic Trail Particles

VirMuF Manual V 0.5 1

Bonus Chapter 10: Working with External Resource Files and Devices

Distributed Programming

OxAM Achievements Manager

In this tutorial, you will create a scene with sandman dispersing in sand, as shown in in the image below.

Blender - Python API #1

Note that the reference does not include the base directory or an initial backslash. The file extension for UI canvases should be included.

Damaging, Attacking and Interaction

Sidescrolling 2.5D Shooter

Chapter 19- Object Physics

Auto Texture Tiling Tool

VR and Game Engine Workflows with CityEngine. Eric Wittner, Taisha Waeny

Chart And Graph. Supported Platforms:

Unity introduction & Leap Motion Controller

Tutorial: Modify UI 01 How to Load a UI Canvas Using Flow Graph

[CHAPTER] 1 INTRODUCTION 1

Appendix A ACE exam objectives map

9 Dynamics. Getting Started with Maya 491

CGDD 4113 Final Review. Chapter 7: Maya Shading and Texturing

Computer Graphics - Treasure Hunter

Toon Boom Harmony Premium V15.0

Dice Making in Unity

Developing Windows Applications with Microsoft Visual Studio 2010

Anatomy Project. Adi Mesika, Dima Trushin, Ksenia Kaganer [GIP] [234329] [ ]

Cláudia Ribeiro PHYSICS

Tutorial: How to Load a UI Canvas from Lua

Developing the Roadmap - Director Next Survey

Coin Pusher Pro Asset - README

Chart And Graph. Features. Features. Quick Start Folders of interest Bar Chart Pie Chart Graph Chart Legend

Game Programming Lab 25th April 2016 Team 7: Luca Ardüser, Benjamin Bürgisser, Rastislav Starkov

Agenda. Introduction Curve implementation. Particle System. - Requirements -What are all those vectors? -Where should I put things?

CS 354 R Game Technology

Webinar Series. Virtual Reality. February 28 th, :00 PM EST. Hosted by Jeff Bertrand and Ginny Moore

Basic Waypoints Movement v1.0

Developing Windows Applications with Microsoft Visual Studio 2010

Tutorial: Working with Lighting through Components

Introduction to Unreal Engine Blueprints for Beginners. By Chaven R Yenketswamy

Transcription:

Unity Game Development 1. Introduction to Unity Getting to Know the Unity Editor The Project Dialog The Unity Interface The Project View The Hierarchy View The Inspector View The Scene View The Game View Honorable Mention: The Toolbar Navigating the Unity Scene View The Hand Tool Flythrough Mode 2. Game Objects Dimensions and Coordinate Systems Putting the D in 3D Using Coordinate Systems World Versus Local Coordinates Game Objects Transforms Translation Rotation Scaling Hazards of Transformations Transforms and Nested Objects

3. Models, Materials, and Textures The Basics of Models Built-In 3D Objects Importing Models Models and the Asset Store Textures, Shaders, and Materials Textures Shaders Materials Shaders Revisited 4. 3D Terrain Terrain Generation Adding Terrain to Your Project Heightmap Sculpting Unity Terrain Sculpting Tools Terrain Textures Importing Terrain Assets Texturing Terrain 5. Environments Generating Trees and Grass Painting Trees Painting Grass Terrain Settings Environment Effects Skyboxes

Fog Lens Flares Water Character Controllers Adding a Character Controller Fixing Your World 6. Lights and Cameras Lights Point Lights Spotlights Directional Lights Creating Lights Out of Objects Halos Cookies Cameras Anatomy of a Camera Multiple Cameras Split Screen and Picture in Picture Layers Working with Layers Using Layers 7. Game 1: Amazing Racer Design The Concept The Rules The Requirements Creating the Game World

Sculpting the World Adding the Environment The Character Controller Gamification Adding Game Control Objects Adding Scripts Connecting the Scripts Together Playtesting 8. Scripting Part 1 Scripts Creating Scripts Attaching a Script Anatomy of a Basic Script The Using Section The Class Declaration Section The Class Contents Variables Creating Variables Variable Scope Public and Private Operators Arithmetic Operators Assignment Operators Equality Operators Logical Operators Conditionals The if Statement The if / else Statement

The if / else if Statement Iteration The while Loop The for Loop 9. Scripting Part 2 Methods Anatomy of a Method Writing Methods Using Methods Input Input Basics Input Scripting Specific Key Input Mouse Input Accessing Local Components Using GetComponent The Transform Accessing Other Objects Finding Other Objects Modifying Object Components 10. Collision Hour 10. Collision Rigidbodies Collision Colliders Physics Materials Triggers

Raycasting 11. Game 2: Chaos Ball Design The Concept The Rules The Requirements The Arena Creating the Arena Texturing Super Bouncy Material Finish the Arena Game Entities The Player Chaos Balls The Colored Balls The Control Objects The Goals The Game Controller Improving the Game 12. Prefabs Prefab Basics Prefab Terminology Prefab Structure Working with Prefabs Adding a Prefab Instance to a Scene Inheritance Instantiating Prefabs Through Code

13. 2D Games Tools The Basics of 2D Games The 2D Scene View Orthographic Cameras Adding Sprites Importing Sprites Sprite Mode Imported Sprite Sizes Draw Order Sorting Layer Order in Layer 2D Physics Rigidbody 2D 2D Colliders 14. User Interfaces Basic UI Principles The Canvas The Rect Transform Anchors Additional Canvas Components UI Elements Images Text Buttons Canvas Render Modes Screen-Space Overlay Screen-Space Camera World Space

15. Game 3: Captain Blaster The Concept The Rules The Requirements The World The Camera The Background Game Entities The Player The Meteors The Bullets The Triggers The UI Controls Game Control The Meteor Script The Meteor Spawn The DestroyOnTrigger Script The ShipControl Script The Bullet Script Improvements 16. Particle Systems Particle Systems Particles Unity Particle Systems Particle System Controls Particle System Modules

Default Module Emission Module Shape Module Velocity over Lifetime Module Limit Velocity over Lifetime Module Force over Lifetime Module Color over Lifetime Module Color by Speed Module Size over Lifetime Module Size by Speed Module Rotation over Lifetime Module Rotation by Speed Module External Forces Module Collision Module Sub Emitter Module Texture Sheet Module Renderer Module The Curve Editor 17. Animations Animation Basics The Rig The Animation Animation Types 2D Animations Creating the Animation Animation Tools Animation Window Creating a New Animation

Record Mode The Curves Editor 18. Animators Animator Basics Rigging Revisited Importing a Model Configuring Your Assets Rig Preparation Animation Preparation Creating an Animator The Animator View The Idle Animation Parameters States and Blend Trees Transitions Scripting Animators 19. Game 4: Gauntlet Runner The Concept The Rules The Requirements The World The Scene The Ground Scrolling the Ground The Entities The Power Ups The Obstacles

The Trigger Zone The Player The Controls Trigger Zone Script The Game Control Script The Player Script The Move Script The Spawn Script Putting It All Together Room for Improvement 20. Audio Audio Basics Parts of Audio 2D and 3D Audio Audio Sources Importing Audio Clips Testing Audio in the Scene View 3D Audio 2D Audio Audio Scripting Starting and Stopping Audio Changing Audio Clips 21. Mobile Development Preparing for Mobile Setting Up Your Environment The Unity Remote Accelerometers

Designing for the Accelerometer Using the Accelerometer Multi-Touch Input 22. Game Revisions Cross-Platform Input Virtual Controls Converting Projects to Mobile Amazing Racer Using Tilt Control Using a Touch Joystick Fixing the Disappearing Joystick Chaos Ball Captain Blaster Gauntlet Runner 23. Polish and Deploy Managing Scenes Establishing Scene Order Switching Scenes Persisting Data and Objects Keeping Objects Saving Data Unity Player Settings Cross-Platform Settings Per-Platform Settings Building Your Game Build Settings