Tutorials

Week 1

Week 2

Week 3

Week 4

  • My example uses the random movement code from pgs. 429-434 in the text.
  • Useful tutorial on managing sound effects and modulating volume and pitch with code

Pierce's Videos for Lab 3

Project Resources

Resources

THE UNITY API
FINDING HELP
Bertozzi videos:
  • Lab3: multiple scenes, code buttons, generate prefabs and follow camera. Videos One, Two, and Three.
  • Spritesheet character animation: Videos One, Two, and Three. It is hard to see the script in these videos so here is a link to it.
GAMES FROM SCRATCH
Project Management and Design

Direct link to our textbook: Introduction to Game Design, Prototyping, and Development by Jeremy Gibson.

Dialog Systems

Here are two examples of dialog systems. One is more complex and uses a data structure to hold dialog options. The other just makes text clickable and has multiple scripts to manage outcomes. Zipped files are here: Load Text (complex) and 3TextOption (simpler)