C# for Unity Game Development

Go to class
Write Review

Free Online Course: C# for Unity Game Development provided by LinkedIn Learning is a comprehensive online course, which lasts for 1-2 hours worth of material. The course is taught in English and is free of charge. Upon completion of the course, you can receive an e-certificate from LinkedIn Learning. C# for Unity Game Development is taught by Jesse Freeman.

Overview
  • Learn the basics of programming in C# for Unity game design and development.

Syllabus
  • Introduction

    • Welcome
    • What you need to know
    • How to use the exercise files
    1. Introduction to Code in Unity
    • Scripting in Unity
    • What are variables?
    • What are functions?
    2. Data Structures
    • Arrays
    • Lists
    • Dictionaries
    3. Conditions and Loops
    • What is a condition?
    • Shorthand conditions
    • For and foreach loops
    4. Classes
    • What is a class?
    • How to extend classes
    • Interfaces
    • Composition
    Conclusion
    • Next steps