Mobile 2D Adventure Game

addam davis
2 min readNov 1, 2021

Objective: Creating A new project!

If you have been following along with me then together we have spend the past few weeks working on a 2.5D Platformer game together. I feel it is time to move on from that project and start working on a new game. This new game will be a mobile game!

Mobile gaming is a constantly growing market and knowing how to work in that market could open you up to future employment opportunities or give you the knowledge needed to make a mobile version of your own game!

Every project starts the same way, opening Unity hub and creating a new project.

Open Unity Hub.

Select the blue NEW button on the top right.

Name your project something clever, such as “Dungeon Escape”, or “New Mobile Game”, select 2D, and choose your location to save your new game.

Press CREATE and let Unity compile your new project. When Unity is finished We need to make sure Tile Palette window is open. Mine opened by default however, if yours did not then select Window > 2D > Tile Palette.

At this point you may be wondering, “What is Tile Palette? What are tiles?” Don’t worry! This is the starting line for us to build a mobile 2D adventure game together and in the next tutorial I will introduce you to the world of tiles! See you in the next tutorial!

--

--