Showing posts with label Week 10. Show all posts
Showing posts with label Week 10. Show all posts

Friday, 29 November 2019

Unity Free Tutorials

Making Progress

Through my endeavor to find Unity tutorials to help me with the scripting of my game I came across a channel that had a playlist of videos that really help kick start my progress after finally resolving the issue I had been having with my camera position. 

Th videos helped me to make my units selectable though the three  different methods commonly used in RTS games, that being click for a single unit, drag select for a large group and shift click specific units from a group. The tutorials also helped me set up markers to indicate what units are selected and which units aren't.

Screenshot of play test of game

Tuesday, 26 November 2019

Game Stories

Into the Woods: A Practical Guide to the Hero's Journey:

This article starts off by highlighting why the heroes journey is important and gives multiple examples of why the heroes journey is important. The article then proceeds to explain what the heroes journey is. The article summarizes the elements involved with a heroes journey and gives a list of these elements. The article then goes on to explain how the heroes journey can be used to build stories.

Screenshot of  "Into The Woods..."

What Every Game Developer Needs to Know about Story:

The second article was on the importance of story in games. The article states the games are not movies and are in turn their own form of story. The article goes over some common misconceptions about stories in games. the article also goes over why characters matter to the stories of games.

Screenshot of "...Needs to Know about Story"


S2 Unity Tutorial 6

Animation  The tutorial for week six is all on animation. Animation being a big part of a lot of games is a very useful thing to know how...