This Unity project offers a handy player controller made for 2D platformer games, based on the YouTube tutorials by Dawnsour. It uses Rigidbody2D physics for smooth movement, mainly by applying forces ...
To learn how to use it check out our video on 2D Movement which can be found on our YouTube Channel. The script is based on the one provided by Unity as part of their Standard Assets.
In part one of how to create a simple 2D platformer for Android in Unity, we went over the basics of creating a 2D platformer in Unity for Android. In doing so, we created a very basic little ‘game’ ...