Home » 2013»January»5 » Digital - Tutors - Introduction to C# in Unity
13:10
Digital - Tutors - Introduction to C# in Unity
Digital - Tutors - Introduction to C# in Unity
Run Time: 2h 48m Release Date: January 1, 2013 Author: Joshua Kinney Required Software: Unity 3.5
In this series of Unity tutorials we'll discuss the major foundations of scripting with C# in Unity and apply what we've learned in two mini projects.
To start out, we'll look at several of the terms and techniques that are used 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.