Unity/C# Challenge 39: New 2.5D Project

Alec Oney
Oct 26, 2021

Challenge: Begin work on a 2.5D platformer.

We are going to start a new project, in order to make a new 2.5D game. To start, we want to create a new 3D game in Unity, link it to a github repository, and create a few objects to start us off. For our purposes, we are going to create a few platforms (by a prefab), collectables (by prefab), and a player:

This will be our foundation for creating a 2.5D platformer.

--

--