Coming Soon (Not Finished)
Learn Unity Development
Course Overview
A guide to get started with Unity Game Development. This course will take you through the basics like navigating the scene and inspector to making full games!
Lesson 1 - Navigation
In this Lesson I’ll walk your through how to insert assets, navigate the scene, use different tools like the Move Tool, efficient key binds and more!
Lesson 2 - Starting to Code in C# (Unity)
In this Lesson I’ll walk your through how to make simple programs in C#, and teaching you the basic syntax of the C# Programming Language. If you are completely new to C#. I recommend you to check our Lesson 3.
Lesson 3 - Coding in C# (General)
3. Coding in C# (General)
In this Lesson I’ll be walking you through the basic stuff in C# like creating variables, accepting user input, making methods, and even getting started with OOP (Object-oriented programming).
Lesson 4 - Basic Components in Unity
4. Basic Components in Unity
To make games work you need to have some of the essentials like physics, scripts, particles, UI, Videos and etc. But by default unity doesn’t have that, so to fix that you need to add different components into your game to get the aspect of having a full functional game.