Introduction to Scripting in Unity

Pluralsight
Course Summary
In this Unity tutorial, we'll discuss the major foundations of scripting with Javascript in Unity. Software required: Unity 3.4.
-
+
Course Description
In this Unity tutorial, we'll discuss the major foundations of scripting with Javascript in Unity. Then we will take what we've learned and apply it to a mini project. We'll look at several of the terms and techniques that are found when scripting in Unity, such as creating and manipulating variables, understanding the different types of operators, and how we can create instructions for our game objects using functions. We'll also jump into creating logic with conditional statements, and loops. We'll even learn how to use basic arrays. Finally, we'll take what we've learned and apply it to creating a movement and animation script. Software required: Unity 3.4.
-
+
Course Syllabus
Introduction and Project Overview- 0m 56s
—Introduction and Project Overview 0m 56sIntroduction to Scripting in Unity- 3h 21m
—Learning Some Basic Terms 10m 47s
—Creating and Manipulating Variables 11m 30s
—Working with Operators 9m 53s
—Working with Comparison and Logical Operators 12m 3s
—Creating Logic with 'If' Statements 9m 34s
—Creating Switch Statements 7m 55s
—Creating Custom Functions 14m 22s
—Working with Loops 12m 5s
—Understanding Arrays 14m 22s
—Project: Basic Move Script 12m 41s
—Project: Refining the Movement Script 8m 57s
—Project: Creating the Jump Function 11m 11s
—Project: Refining the Jump Function 10m 15s
—Project: Finishing the Jump Function 9m 51s
—Project: Beginning the Advanced Move Script 11m 17s
—Project: Creating the Advanced Move Script 13m 27s
—Project: Creating Gravity 7m 11s
—Project: Scripting Basic Animations 13m 58s