Link to EngineeringLink to ArchitectureLink to Print MediaLink to Web MediaLink to Audio/Visual DesignGame Development

Javascript: For Game Development in Unity

Introduction

These videos are an introduction to the basics of programming with Unity’s JavaScript language. The series is provided to help the learner understand the basics of the language, the syntax, and general logic for JavaScript code construction.

Time to complete: 3 hours

Videos

Files: Download here

  1. Part 1:   Introduction to JavaScript video series
  2. Part 2:   Additional Programming Websites
  3. Part 3:   IDE: Integrated Development Environments
  4. Part 4:   Unity Scripting Websites
  5. Part 5:   Unity IDE Setup
  6. Part 6:   Unity Console Window
  7. Part 7:   Variables and Scripting Guidelines
  8. Part 8:   Variable Assigning and Print Function
  9. Part 9:   Array Declarations and Indexing
  10. Part 10: Tweakable Variable in the Inspector
  11. Part 11: Arithmetic Operators
  12. Part 12: Shorthand Adding, Subtracting to Itself
  13. Part 13: ‘if’ Conditional Statements
  14. Part 14: ‘if’ Multiple Conditional Statement
  15. Part 15: ‘if’ in Conditional Statement
  16. Part 16: Switch, Case, Enumeration
  17. Part 17: For Loop – Plus and Minus
  18. Part 18: For Loop – Indexing an Array
  19. Part 19: While Loop Statements
  20. Part 20: Function Basics
  21. Part 21: Function Overloading
  22. Part 22: Class Basics
  23. Part 23: Class Constructor
  24. Part 24: Class with Functions and Constructor
  25. Part 25: Class with Inheritance (Extends)
  26. Part 26: Wrap Up

Resources

  1. Javascript Study Guide
  2. Unity Scripting Lessons
  3. Unity Scripting Reference