THE GAME ENGINE Unity 2D for VT Hacks 2014. WHO ARE WE? David Crook Technical Evangelist for Microsoft Focus on Game and App Development Communities Background.

Slides:



Advertisements
Similar presentations
Tuukka Takala Unity & RUIS lecture. 2 Tuukka Takala About the course assignments Start thinking about project assignment ideas. Examples:
Advertisements

Windows Web Xbox WakeUpAndCode.com.
Windows Web Xbox WakeUpAndCode.com.
Windows iOS Android … and WakeUpAndCode.com.
3D Programming Cocos 2D-x and Unity 3D Nguyễn Đức Toàn Bùi Minh Đạo
Windows 8.1 Windows Phone 8.1 … and WakeUpAndCode.com.
James Quick | Technical Evangelist Shahed Chowdhuri | Sr. Technical Evangelist.
Windows Windows Phone Azure … and WakeUpAndCode.com.
Paradox Engine OVERVIEW. What is Paradox Engine  C# Game Engine for everybody  Easy to use, highly productive, free  Powerful and flexible architecture.
Indie Video Game Design and Development by Elmar Juzar Computer Engineering First Year.
By Steven Taylor.  Basically a video game engine is a software system designed for the creation and development of video games.  There are many game.
Unity 3D game IDE 1.  Unity is a multi-platform, integrated IDE for scripting games, and working with 3D virtual worlds  Including:  Game engine ▪
Master Project Preparation Murtaza Hussain. Unity (also called Unity3D) is a cross-platform game engine with a built-in IDE developed by Unity Technologies.
Gaming Engines for Windows 8 M5: Unity Adam Tuliper Microsoft Technical Evangelist Michael Palermo Microsoft Technical Evangelist.
Meet Adam Tuliper | Technical Evangelist, Microsoft –Focused on Gaming, Cloud, and Web Technologies –Emphasis on secure development practices.
There has never been a better time to build a game that targets PC, tablets, phone and Xbox!
Intro to Indie Game Development By Shahed Chowdhuri Windows Web Xbox WakeUpAndCode.com.
Construct 2 Game Development Shahed Chowdhuri Sr. Technical Evangelist
Beginner - WakeUpAndCode.com.
For WakeUpAndCode.com. Introduction > Variables, Operators & Loops > Classes & Methods > Files & Exceptions Additional Topics.
Extending Your Development Kit Using Free and/or Low Cost Tools Shawn Stiles
Course Topics Developing 2D & 3D Games with Unity for Windows Day 1 – September 9Day 2 – September | Intro & Unity Overview06 | Optimizing your games.
Windows Windows Phone Azure … and WakeUpAndCode.com.
Windows Web Xbox WakeUpAndCode.com.
© 2011 Adobe Systems Incorporated. All Rights Reserved. Adobe Confidential. Hands-on Introduction to After Effects Chris Jackson Author, Designer, Professor.
Outline Introduction Overview Gameplay Techniques Gameplay Phases Gameplay Modes Demos Testing and Conclusion.
Gaming Engines for Windows 8 M2: Game assets Jeremy Foster Microsoft Technical Evangelist Adam Tuliper Microsoft Technical Evangelist.
Unity Crash Course for VT Gaming Capstone John McElmurray Github: jm991 Client: Yong Cao, Vinny Argentina,Dane Webster (Game Capstone professors) Final.
Learning Unity. Getting Unity
How* to Win the #BestMicrosoftHack Shahed Chowdhuri Sr. Technical WakeUpAndCode.com *Hint: Use the Cloud.
Windows Windows Phone Azure … and WakeUpAndCode.com.
SSMIC Game Development Workshop - Brian Robbins June 21,2007 How do I make a game?  Quick look at lots of different tools  Discuss pros/cons of each.
Derived from Kirill Muzykov’s Rocket Mouse Tutorial WakeUpAndCode.com.
Windows 8.1 Windows Phone 8.1 Windows 10 … and WakeUpAndCode.com.
1 Topics: Introduction to Game Engine Course Overview What is a game engine? Advantages and Disadvantages Torque Game Engine.
PhoneGap / PhoneGap Build #CreateTheWeb Mihai Corlan / Adobe Web Evangelist
Your Host & Speaker Shahed Chowdhuri Sr. Technical Microsoft Technology Areas Enterprise Web/Software Development Game Development Mobile.
Xbox One Dev Mode Shahed Chowdhuri Sr. Technical WakeUpAndCode.com Visual Studio, Unity, Construct 2, etc Dave Voyles Sr.
Your Host & Speaker Shahed Chowdhuri Sr. Technical Microsoft Technology Areas Enterprise Web/Software Development Game Development Mobile.
Intro to HoloLens Development Shahed Chowdhuri Sr. Technical WakeUpAndCode.com A new era of mixed reality.
How to Make a Video Game. EXCLAIMER LONG By Jesse.
Intro to HoloLens Development
Unity 5 JumpStart Part 4: Sound Effects Shahed Chowdhuri
Unity 2D: Step by Step, Part 4
Web Application Security
Your Host & Speaker Shahed Chowdhuri
Build and connect intelligent bots
Intro to Indie Game Development
Featuring: Microsoft Student Partners
Amanda Lange | Technical Evangelist Tobiah Marks | Games Evangelist
Developing on a Mac For C# Developers Shahed Chowdhuri
A Quick Overview of ASP.NET Core 1.0
Unity 5 JumpStart Part 2: Ammo Collisions Shahed Chowdhuri
Part 3: Damage From Objects
Part 1: Player Selection & Scores
Game Production Basics
Tech for Startups By Shahed Chowdhuri Sr. Technical Evangelist
Building a Game with Unity3D
Game Development with Unity and C#
Game On with Windows & Xbox One
Intro to Construct 2 Game Development
Unity Terrain Design Tutorial
Azure Mobile Services in the Cloud
@ VT Hacks 2015 Kinect loaners + workshop
Capturing Your Audience with Kinect
Universal Apps For Windows 10 Shahed Chowdhuri
Unity Game Development
Intro to HoloLens Development
ASP.NET Core 2.0 The Future of Web Apps Shahed Chowdhuri
Intro to HoloLens Development
Presentation transcript:

THE GAME ENGINE Unity 2D for VT Hacks 2014

WHO ARE WE? David Crook Technical Evangelist for Microsoft Focus on Game and App Development Communities Background in Enterprise Consulting and Game Development Hobbies: Brewing Beer, Brazilian Jiu Jitsu * * Skype: DavidCrook1234www.IndieDevSpot.com Shahed Chowdhuri Technical Evangelist for Microsoft App/Game Development & Azure/Cloud Services Background in Web/Software Dev and indie game development Hobbies: Kart Racing, Rock Climbing * WakeUpAndCode.com * Skype: Shahed.ChowdhuriWakeUpAndCode.com

CURRENT PROMOTIONS Best App a Month (BAM!) Register your app (or game) with us for BAM to win a Dell Venue Pro Tablet. Bring your game to Windows. AthleTECH Data Analytics NFL Data back to the 1980’s Mentoring available.

WHAT IS A VIDEO GAME? Fun Creative Artistic Musical Comical Horrifying Theatrical Performance And some code. …. What do YOU think? Made with Unity3D

SO WHAT IS UNITY? Game Engine, for virtually every modern platform Integrated Development Environment Extensible A Store (with free assets too!) Pretty much just awesome Official Unity 5 Feature Preview Trailer

2D OVERVIEW 2D is 3D, except the camera always looks straight on moving only in the x and y axis. 3D Objects can still be in 2D Games! Collider 2D (instead of Collider) Physics 2D (instead of Physics) Sprite Renderer Sorting Layers (Are Great) Mecanim for sprite(sheets) Game Objects Scripting!

EDITOR Scene Object Viewer Project Viewer Scene View Game View Console Animator Animation Tab Inspector Layers

EDITOR - DEMO

HOW IT WORKS Import a Sprite Give it a Collider 2D (box) Move it with code(C# or JavaScript)

DEMO – HOW IT WORKS

SPRITE EDITOR

DEMO – SPRITE EDITOR

RUNNING YOUR GAME

DEMO – RUNNING YOUR GAME

GRAPHICS FOR YOUR GAME Commercial Adobe Illustrator Adobe Photoshop FREE! Gimp Paint.net

AUDIO TOOLS FL Studio: Free demo, buy to access all features Audacity: Free, open-source

WHAT NOW? Build your dream game! Free assets on the store. Befriend your friends Artists, Musicians, Coders, Comedians etc. Continue your learning! 2D Character Controller Tutorial Space Shooter Tutorial Infinite Runner Tutorial Don’t worry about it, just do it! Best way to build a game. Best way to learn.

CURRENT PROMOTIONS Best App a Month (BAM!) Register your app (or game) with us for BAM to win a Dell Venue Pro Tablet. Bring your game to Windows. AthleTECH Data Analytics NFL Data back to the 1980’s Mentoring available.

USEFUL LINKS This presentation WakeUpAndCode.com/downloads Zombie Conga Tutorial, by Chris LaPollo Unity Tutorials: Free Assets: