lesson
Building the mapUnity for Beginners - Animal CrossingIn this module we will start building the game world for our game. We will go over importing assers, organizing our project and inspecting objects. We will also learn about concepts such as textures, materials and prefabs.
lesson
Customizing the Unity editorUnity for Beginners - Animal CrossingLearn how to cuztomize the placement of different windows in the Unity editor.
lesson
Play, pause and stop buttonsUnity for Beginners - Animal CrossingTest your game as a user would play it with the play, pause and stop buttons.
lesson
Scene view, game view and camerasUnity for Beginners - Animal CrossingAn overview of the different types of views offered by the Unity editor and the camera object.
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.