Explore all newline lessons
lesson
PackagesUnity for Beginners - Animal CrossingA unity package is a collection of files and components that is wrapped up into a single file. Unity packages have a `.unitypackage` extension.
lesson
Inspector windowUnity for Beginners - Animal CrossingWe will spend a lot of time in the inspector window which shows all the knobs and dials for our objects.
lesson
Hierarchy windowUnity for Beginners - Animal CrossingThe hierarchy window lists every game object in the current scene. We will navigate the hierarchy window, and learn about parenting, a concept which demonstrates the parent-child relationship between objects.
lesson
Project windowUnity for Beginners - Animal CrossingThe _project window_ will display all the assets used in your project, for example any music, images, 3D models and anything else related to your project.
lesson
Menu toolbarUnity for Beginners - Animal CrossingIn this section we'll go over what the different buttons of the toolbar can do.
lesson
Navigating the Unity editorUnity for Beginners - Animal CrossingNavigate and get acquainted with the different parts the Unity editor such as the project, inspector, hierarchy windows. We will also go over the different types of views (scene and game) and, learn how to customize the Unity editor.
lesson
Unity editor basicsUnity for Beginners - Animal CrossingNavigate and get acquainted with the different parts the Unity editor such as the project, inspector, hierarchy windows. We will also go over the different types of views (scene and game) and, learn how to customize the Unity editor.
lesson
Download Visual Studio CodeUnity for Beginners - Animal CrossingLet's download a code editor called Visual Studio Code to write our code in.
lesson
Set up Unity hubUnity for Beginners - Animal CrossingSet up Unity hub on your computer and download Unity engine
lesson
Game development overviewUnity for Beginners - Animal CrossingAn introduction to the different moving parts of game development such as design, development, music, testing and release
lesson
Game genresUnity for Beginners - Animal CrossingA brief introduction to the different game genres and what differentiates them.
lesson
Our First Custom Hook: useDepartmentsThe newline Guide to Modernizing an Enterprise React AppWe'll write our first custom hook to fetch department info for our application in one centralized place.