News

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 ...
Learn the basic steps to create a 2D game using Unity, a popular and versatile game engine. Discover how to use sprites, animations, physics, collisions, scripting, logic, UI, audio, testing, and ...
Project created to demonstrate the different 2D player movement strategies such as: transform.Translate() transform.position; rigidbody2d.velocity; rigidbody2d.addForce; rigidbody2d.MovePosition() ...
Player: The Player prefab contains all of the essential components and the movement script with everything set up. You can update this component with your own sprite and it will be good to go. Ground: ...
A complete tutorial explaining how to create a very basic 2D platform game for Android with touch-screen controls in Unity. By the end of part one you will have a working APK that lets you control ...