Unity Training
Unity Training
SESSION
SP3roguet, Laura Pimi, Lauri Saarelainen & Sami Soikkeli (and one special guest in audience)
30.3.2015
Project
Project
Project
Project
manager
visual lead
innovative lead
programming lead
Working methodology
Loose integration of Scrum and Double Diamond (and Waterfall)
WHAT IS UNITY?
Game-engine
Developing games should be relatively easy on mobile
You can specify the build target from the Build Settings-menu
1. QUESTIONS?
GAME PATTERNS
WHICH WE USE
Update
Game engine specific
Continuous LOOP, which is ran when game
is on
What is done every loop
Processing user inputs
Will update game state
(http://gameprogrammingpatterns.com/gameloop.html)
GAME PATTERNS
WHICH WE USE
2. QUESTIONS?
BUILDING TO ANDROID
What you have to on the phone and computer?
3. AND FINAL
QUESTIONS?