C# Class Development

Go to class
Write Review

Free Online Course: C# Class Development provided by Coursera is a comprehensive online course, which lasts for 4 weeks long, 28 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 Coursera. C# Class Development is taught by Dr. Tim "Dr. T" Chamillard.

Overview
  • This course is the third course in the specialization about learning how to develop video games using the C# programming language and the Unity game engine on Windows or Mac. Why use C# and Unity instead of some other language and game engine? Well, C# is a really good language for learning how to program and then programming professionally. Also, the Unity game engine is very popular with indie game developers; Unity games were downloaded 16,000,000,000 times in 2016! Finally, C# is one of the programming languages you can use in the Unity environment.

    This course assumes you have the prerequisite knowledge from the previous courses in the specialization. You should make sure you have that knowledge, either by taking those previous courses or from personal experience, before tackling this course. Throughout this course you'll continue building your foundational C# and Unity knowledge by exploring more C# and Unity topics.

    The material in this and the previous two courses is essentially our first programming course for Game Design and Development majors at UCCS.

    Module 1: Learn about abstraction and how we can use it to design and implement console application classes
    Module 2: Learn more about how methods and parameters work
    Module 3: Learn how we can use abstraction to design and implement Unity classes
    Module 4: Add text output (like score!) and sound effects to your Unity games

    “Unity” is a trademark or registered trademark of Unity Technologies or its affiliates in the U.S. and elsewhere.

    This course is an independent work and is not sponsored by, authorized by, or affiliated with Unity Technologies or its affiliates

Syllabus
    • Abstraction and Console App Classes
      • In this module, you'll learn about abstraction, which is all about deciding what details matter (and what details don't) as we develop a solution to a particular problem. You'll also learn how to design and implement a console app class.
    • A Closer Look at Methods
      • In this module, we'll look more closely at how methods work, including how parameters work and how we return a value from a method.
    • Unity Classes
      • In this module, you'll learn how to design and implement a class for use in a Unity game.
    • Strings and Unity Audio
      • In this module, you'll learn about strings and how we can use them in both console apps and Unity games. You'll also learn how to add sound effects to your Unity games.