This tutorial shows how to open a new Unity project, giving you a fresh workspace with the default folder structure ready for development. It’s the first step toward building your game in Unity.
Unity
Creating a new C# script in Unity fairly simply, just choose the type of class you want, MonoBehaviour or ScriptableObject, from the creation menu and give it a name. The…
Over the years, I’ve experimented with different game engines, and while each has its strengths and weaknesses, here’s why I primarily teach game development with Unity.
When you create a Unity project, Unity generates a folder containing a series of files and subfolders. Having a clear understanding of this structure is incredibly helpful when building out…
You’ve made a #game and now you want to share it with the world. In this quick #tutorial, I will share with you how to upload a webGL version of…
In this tutorial, I’m going to show you how to import a simple #fbx model into #Unity and set the embedded #materials to display properly. For your model to import…
Ever wonder why your #3DsMax models come into #Unity not to scale? In this #tutorial, I’m going to show you how to set up your 3Ds Max project and units…
