2.1. Unity C# Basics.
2.1.1. Main Reading.
-
• Creating script files
• Variables
• Conditional statements
• Arrays
• Loops
• Functions
• Events
2.1.2. Complementary Reading.
-
• Tokens
• Statements and Expressions
• Keywords
• Code Blocks
• Classes
• Variables
-
• Creating a Class
• Directives
• Functions
• Order of Operation
• Scope
• This
• Logic and Operators
• Loops
2.1.3. Unity Documentation.
2.1.4. Video Tutorials.
-
• 2 Introduction • 01:01
• 3 Creating a C# Script File • 03:24
• 4 Compiling and the Console Window • 02:32
• 5 Creating a Hello World Application • 05:40
• 6 Introducing Variables • 05:15
• 7 Writing Expression with Variables • 03:23
• 8 Enumerations • 04:31
• 9 Constants • 03:03
• 10 Conditional Statements and If • 05:54
• 11 For Loop • 05:33
• 12 While Loop • 02:20
• 13 Functions Introduction • 05:35
• 14 Events Introduction • 04:27
• 15 Functions with Arguments and Return Values • 08:33