Home
:
Book details
:
Book description
Description of
3dmotive: C# for Unity
In this lesson, Alan Thorn is going to be covering C# fundamentals as well as how to script in Unity using the C# language. Here you'll learn how to create basic script files and get and understanding for variables, functions, events, loops, conditional statements, and classes as you get your feet wet with programming in Unity. Video Chapters: CHAPTER 1 Introduction CHAPTER 2 Creating a C# Script File CHAPTER 3 Compiling and the Console Window CHAPTER 4 Creating a Hello World Application CHAPTER 5 Introducing Variables CHAPTER 6 Writing Expression with Variables CHAPTER 7 Enumerations CHAPTER 8 Constants CHAPTER 9 Conditional Statements and If CHAPTER 10 For Loop CHAPTER 11 While Loop CHAPTER 12 Functions Introduction CHAPTER 13 Events Introduction CHAPTER 14 Functions with Arguments and Return Values CHAPTER 15 Classes Introduction CHAPTER 16 Rotating Objects with the Transform Class CHAPTER 17 Unity Class Documentation CHAPTER 18 Derived Classes Introduction CHAPTER 19 Extending a Class CHAPTER 20 MonoBehaviour