Description
Introduces students to C# as used by Unity.
Discusses C# basics such as variables, functions, arrays, loops, object-oriented programming, classes, inheritance, and data encapsulation. It will be necessary for students to have a basic grasp of these topics in the following sections. Establishing familiarity before hands-on work will help them understand why they’re doing what they’re doing.
he code bundle for this video course is available at https://github.com/PacktPublishing/Learn-to-Code-in-C-in-Unity-3D
Basic knowledge
No Coding experience is required
What will you learn
C# Variables and Functions
C# Loops
Object-Oriented Programming
Conditional Logic
Code Reusability (DRY Principle)