Building unity games for Microsoft platforms

17
Building Unity Games For Microsoft Platforms Dave Voyles Tech Evangelist @DaveVoyles

description

Building unity games for Microsoft platforms

Transcript of Building unity games for Microsoft platforms

Page 1: Building unity games for Microsoft platforms

Building Unity Games For Microsoft PlatformsDave VoylesTech Evangelist@DaveVoyles

Page 2: Building unity games for Microsoft platforms

Intro to Unity

Page 3: Building unity games for Microsoft platforms

Two Microsoft Platforms• Windows 8 • Windows Phone 8

Page 4: Building unity games for Microsoft platforms

Unity works everywhere

Page 5: Building unity games for Microsoft platforms

Unity is also headed to Xbox One…

Page 6: Building unity games for Microsoft platforms

ID@Xbox• C++ / DirectX 11• Unity• Start making games for Windows 8

now!

Page 7: Building unity games for Microsoft platforms

ID@Xbox

Resources:

• Official Page: http://www.xbox.com/en-us/Developers/id• Facebook Group: https://www.facebook.com/groups/XboxOneIndieDevs/• Twitter: @ID_Xbox• More Info: http://wakeupandcode.com/xb1/

• DirectX Tool Kit – native “XNA” for Windows 8: http://www.tonicodes.net/blog/directx-tool-kit-native-xna-for-windows-8/

Page 8: Building unity games for Microsoft platforms

Intro to game development

Page 9: Building unity games for Microsoft platforms

A basic game loop

•Start: This is where the program performs any initialization.

•Stop: Here, any open resources should be released before exiting.

•Update: All the game logic goes here, modifying the state of objects.

•Draw: This is where all the drawing goes.

Page 10: Building unity games for Microsoft platforms

Build a portfolio

Page 11: Building unity games for Microsoft platforms

Make a website

Tons of free options:• Wordpress• Blogger• Squarespace

Host your content here• Catalog of games• Links to your social

media• Blog about your work

Page 12: Building unity games for Microsoft platforms

Think Small

Page 13: Building unity games for Microsoft platforms

One Game a Month Club

Page 14: Building unity games for Microsoft platforms

One Game a Month Club• http://www.onegameamonth.com/

• Excellent Example: Liza Shulyayeva (@Lazer)• Finished 12 games in 12 months!• http://liza.io/one-game-a-month-1gam-done/

Page 15: Building unity games for Microsoft platforms

One Game a Month Club• Finish your project in 30 days or less• Stuck for more than a few days? Move on!

• Use forums as much as possible• Build on what you’ve finished last month

Page 16: Building unity games for Microsoft platforms

ResourcesFree Image Editors:

• Photoshop CS2

• Paint.Net

• GrafX2 (pixel art)

Animation Tools:

• Spriter

• ShoeBox

Audio Tools:

• bfxr (create sound effects)

• Audacity (create and edit effects / music)