Unity is the most popular game engine in the world. Have you ever wondered how professionals develop games that have such sophisticated features and looks? They use game engines. Unity is behind many of the most popular games such as Crossy Road, Among Us, Angry Birds, and a lot more. Moreover, it not only is well-suited for both 2D and 3D games but also has become a powerful tool for VR and AR development.
This series of Unity classes teach students the core techniques of developing both 2D and 3D games in Unity. It covers a wide range of topics from character control, coding (in C#), to asset management. In particular, students will learn to
The classes are entirely project-based where students learn and practice the skills as they build fun games. Only 2 Units are public at this time, more will be added in the future.
Unity Game Development - 1
The focus of this class is on 2D game development. Students will be introduced to Unity and become familiar with the structure, layout, and different components of the software. We will build a 2D platform game where players can control the movement of the sprite and direct its interactions with the environment such as colliding with obstacles and hazards. Some examples of game development components we cover include assets, mesh renderer, collider, rigidbody, and animations. In addition to becoming familiar with the Unity editor and workflow, students will also learn how to create C# scripts and do some simple programming. By the end, students will be able to call basic functions, then declare and tweak new variables to modify the results of those functions. Students will gain a foundational knowledge of programming in C# and will feel confident that they can implement new features on their own with this knowledge.
Must have taken Unity Intro before enrolling in Unity Part 1 and/or 2.
Unity Game Development - 2
In part 2 of our Unity Game Development series, students will build their first 3D game in Unity. This involves learning more advanced features of the Unity platform and continues to gain their skills on C# programming. Some specific topics covered include:
Have basic knowledge of text based coding such as Python, Javascript, or Java.