Thanks to our Sponsors! Community Sponsor Yearly Sponsor

Slides:



Advertisements
Similar presentations
Mobile Application Development Keshav Bahadoor. Part 1 Cross Platform Web Applications.
Advertisements

SE 320 – Introduction to Game Development Lecture 5: Programming in Unity & Developing Simple Games Lecturer: Gazihan Alankuş Please look at the last two.
Unity Overview Using Unity 3.5 (Free version) [1]:
GameCamp! and Game Davis Introduction to Unity®
GameCamp! and Game Davis Introduction to Scripting in Unity®
Survey of Graphics and Games. Outline Overview of computer graphics – Coursework – Research Programming using game engines Computer game and animation.
HELLO WORLD: YOUR FIRST PROGRAM CHAPTER Topics  Hello World?  Creating a Unity Project –The Unity Project Folder  MonoDevelop: Unity's Code Editor.
Based on Roll-a-ball video tutorial from Unity Technologies Part WakeUpAndCode.com.
Unity 3D game IDE 1.  Unity is a multi-platform, integrated IDE for scripting games, and working with 3D virtual worlds  Including:  Game engine ▪
SE 320 – Introduction to Game Development Lecture 11: Animations and GoKit Lecturer: Gazihan Alankuş Please look at the last slides for assignments (marked.
Design Considerations and Best Practices for Mobile Applications David E. Figley, Jr Programmer, C2 Technologies, Inc.
SE 350 – Programming Games Lecture 6: Programming with Unity Lecturer: Gazihan Alankuş Please look at the last slide for assignments (marked with TODO)
UFCEKU-20-3Web Games Programming Unity 3D Basic Concepts Using and Creating Prefabs.
EEC-693/793 Applied Computer Vision with Depth Cameras Lecture 13 Wenbing Zhao
SE 350 – Programming Games Lecture 1: Introduction Lecturer: Gazihan Alankuş Please look at the last two slides for assignments (marked with TODO) 2/10/20121.
SE 350 – Programming Games Lecture 7: Programming with Unity Lecturer: Gazihan Alankuş Please look at the last slide for assignments (marked with TODO)
Web Games Programming An Introduction to Unity 3D.
UFCFS D Technologies for the Web Unity 3D: Review of Topics and Related Concepts.
Unity 5 Visual Studio Code * Asset Store * FPS * Terrain.
USING UNITY JAVASCRIPT. CONVENTIONS AND SYNTAX IN JAVASCRIPT Case Sensitivity All keywords like var or function must be in lowercase. All variable names,
Learning Unity. Getting Unity
SE 320 – Introduction to Game Development Lecture 7: Programming Lecturer: Gazihan Alankuş Please look at the last two slides for assignments (marked with.
UFCEK-20-3Web Games Programming Unity 3D: Review of Topics Publishing for the Web.
Derived from Kirill Muzykov’s Rocket Mouse Tutorial WakeUpAndCode.com.
Problem Solving Methodology Rachel Gauci. Problem Solving Methodology Development Design Analysis Evaluation Solution requirements and constraints. Scope.
SE 320 – Introduction to Game Development Lecture 2: Introduction to Unity Lecturer: Gazihan Alankuş Please look at the last two slides for assignments.
SE 350 – Programming Games Lecture 5: Programming with Unity Lecturer: Gazihan Alankuş Please look at the last slide for assignments (marked with TODO)
XS Software Andromeda 5 Jungle Jack Rage War. Andromeda 5 Entirely in 3D Custom UI system based on core unity UI Client - Server – DB architecture.
UFCEKU-20-3Web Games Programming Instantiating World Objects.
UFCFSU-30-13D Technologies for the Web An Introduction to Unity 3D.
Expressive Intelligence Studio // Center for Games and Playable Media // Unity Pro John Murray Expressive.
Cosc 5/4735 Unity 3D Getting Started Guide for Android.
INTRO TO UNITY Building your first 3D game. DISCLAIMER  “This website is not affiliated with, maintained, endorsed or sponsored by Unity Technologies.
Félegyházi Tamás 3D Technologies for Web Student Workshop.
Thanks to our Sponsors! Community Sponsor Yearly Sponsor Marquee Sponsor.
Yingcai Xiao Game Development with Unity3D Inside/Outside Unity3D.
Angry Teapots– using the physics engine in Unity Peter Passmore.
Cosc 5/4735 Unity and Cardboard VR. Unity3D and Cardboard Much like OpenGL, android has produced a “plugin” for unity. – You can use the asset at the.
Building Games for the Humanities with Unity3D Rudy McDaniel University of Central Florida Orlando, FL USA.
Behavior trees & The C# programming language for Java programmers
Digital Game Design ACST 3710 Your First Unity Program 1.
Game Development with Unity3D
Welcome! Day1, Lesson 1.
EEC-693/793 Applied Computer Vision with Depth Cameras
A Selection of Best Practices and Design Patterns for Unity
Quick Intro to Unity Lecture 2.
Game Development with Unity3D Inside/Outside Unity3D
First Person Shooter Project
3GB3 Game Design Unity 3D Basics.
More (C#) Scripting Day 2, Lesson 1.
EEC-693/793 Applied Computer Vision with Depth Cameras
EEC-693/793 Applied Computer Vision with Depth Cameras
Unity 2D: Step by Step, Part 2
A Prime Example of HCI Application
HELLO THERE. THIS IS A TEST SLIDE SLIDE NUMBER 1.
A beginner’s tutorial for Unity and VR
SoundCompass in Unity IGDA Game Accessibility SIG
Building a Game with Unity3D
ROOM 2+ FEATURES A-CREEPIN’ BEFORE WE START: LANYARDS RECAP ALL HERE?
Professional Environment
Building a Game with Unity3D
Getting Started with Unity
Fundaments of Game Design
Unity Terrain Design Tutorial
EEC-693/793 Applied Computer Vision with Depth Cameras
Cosc 5/4735 Unity and Cardboard VR.
Unity Game Development
Unity Game Development
Unity Game Development
Presentation transcript:

Thanks to our Sponsors! Community Sponsor Yearly Sponsor Marquee Sponsor

Introduction to Unity3D Utah Code Camp - Spring 2016

Who are you? Josh Jones Game Programmer - Wild Works Chair - IGDA Salt Lake City/Provo Area Chapter ~2 years using Unity3D Audience Programming language to use in Unity? Target platform (web, pc, android, ios, etc.)? How many have written real-time applications before?

Unity3D Basics Scenes, GameObject Hierarchy Alt-Left Mouse to Rotate, Alt-Mid Mouse to Pan, Alt-Right Mouse to Zoom Prefabs Components Unity Store Camera, Skybox Light, Material, Texture

Projects Folder Hierarchy Assets and Importing Platforms, Project Settings Main Scene Exporting Source Control, Sharing

Nothing is saved while paused!

Scripting Script Components Hello World! - Debug.Log() C#, UnityScript, and other languages Exposed Public Variables MonoBehavior - Start(), Update(), OnCollisionEnter(), OnTriggerEnter() GetComponent<>(), Instantiate(gameObject), Destroy(gameObject) UI.Text, Unity3D GUI vs NGUI

Resources / Questions? http://unity3d.com/unity/editor/importing http://docs.unity3d.com http://answers.unity3d.com/index.html http://docs.unity3d.com/ScriptReference/ Contact: @vazor222 vazor222@gmail.com These slides: http://bit.ly/1VhBZm4