Isometric 2D in Unity
29. September 2018
Isometric 2D games has become a trend in todays games, and here I will show you one of the easiest way to implement isometric 2D (aka 2.5D) in Unity 2D. Here we have regular 2D tiles which we want to make into 2.5D instead. Our plan is simply to change the camera angle so this becomes … More Isometric 2D in Unity