Lessons

Explore all newline lessons

Tags
Author
Pricing
Sort By
Video
Most Recent
Most Popular
Highest Rated
Reset
Packages

lesson

PackagesUnity for Beginners - Animal Crossing

A unity package is a collection of files and components that is wrapped up into a single file. Unity packages have a `.unitypackage` extension.

Inspector window

lesson

Inspector windowUnity for Beginners - Animal Crossing

We will spend a lot of time in the inspector window which shows all the knobs and dials for our objects.

Hierarchy window

lesson

Hierarchy windowUnity for Beginners - Animal Crossing

The 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.

Project window

lesson

Project windowUnity for Beginners - Animal Crossing

The _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.

Menu toolbar

lesson

Menu toolbarUnity for Beginners - Animal Crossing

In this section we'll go over what the different buttons of the toolbar can do.

Navigating the Unity editor

lesson

Navigating the Unity editorUnity for Beginners - Animal Crossing

Navigate 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.

Unity editor basics

lesson

Unity editor basicsUnity for Beginners - Animal Crossing

Navigate 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.

Download Visual Studio Code

lesson

Download Visual Studio CodeUnity for Beginners - Animal Crossing

Let's download a code editor called Visual Studio Code to write our code in.

Set up Unity hub

lesson

Set up Unity hubUnity for Beginners - Animal Crossing

Set up Unity hub on your computer and download Unity engine

Game development overview

lesson

Game development overviewUnity for Beginners - Animal Crossing

An introduction to the different moving parts of game development such as design, development, music, testing and release

Game genres

lesson

Game genresUnity for Beginners - Animal Crossing

A brief introduction to the different game genres and what differentiates them.

Our First Custom Hook: useDepartments

lesson

Our First Custom Hook: useDepartmentsThe newline Guide to Modernizing an Enterprise React App

We'll write our first custom hook to fetch department info for our application in one centralized place.