Creating a 2D character controller in Unity

2D character movements can get a little tricky, but with the understanding of the basic concepts, it shouldn’t be difficult. In this article, we will make a simple 2D character controller with Unity 2D physics. We will go through the movement and jump features and also discuss the common issues faced with 2D character controllers. … Read more