Targeted at those who wants to quickly start development in Unity and start creating

What you will learn

Understand what Unity can be used for, possible games or projects you can create and platforms you can build your projects for

Easily work with Unity windows, understand the information Unity shows to you and easily manipulate it to achieve your goals

You do not need a programming experience to create in Unity, there is a lot of work that you can do without programming

Create, explore, investigate and be able to work with Unity in your own unique way and easily master the magic of game development world

Description

Have you dreamed of starting your own game? This course will guide you through easy steps for learning the Unity software and starting your 2D game development. You may have no experience in Unity or game development prior to starting this course and after completion you will know the basics of Unity development and can build tiled levels in 2D games.

The course goes step by step for each Unity aspect, I describe what Unity panels tab and windows for, what information is presented there and what do you need to pay attention for. I am not covering all Unity aspects in this course but I give enough information for you to start working in Unity right away. The Unity aspects I describe there are used by me and other Unity developers when trying to build some project and that’s why I think they are important and I am covering them. If you already know how to work in Unity and use its windows you may skip to the section 2 where I start development of a 2D game. The 2D game I introduce here does not contain any code but I describe how to create tiled maps and tile map palettes in order to create tiled levels. During the game creation there are some issues that we will successfully overcome and I have specifically shown them so that you will know how you can find the solution. At the end of the course you have a basis for 2D game creation and additional knowledge that is needed for a complete game is not shared in this course. The target auditory are beginners who want to get video introduction to the Unity engine and understand how Unity works.


Get Instant Notification of New Courses on our Telegram channel.


Course outline:

  • Unity hub overview
  • Creation and loading of existing projects
  • Introduction to Unity windows and panels
  • Package manager
  • Editor and Scene mode tabs
  • Scene editing
  • 2D dungeon crawler assets import
  • Create a tile map as a basis for 2D game
English
language

Content

Introduction to Unity – study the tools such as Unity Hub and brief overview.

Unity Hub overview, the basics, why its needed and how to use
Creation of a new project and opening an existing project
Unity windows and panels
Unity menus and the package manager
Editor and Scene windows – the most important Unity windows
Working in the Unity Editor scene. Unity services.

2D dungeon crawler quickstart guide

Dungeon crawler project creation, introduction to tile maps
Creation of new tile maps, level creation and solving tile combination issues