News

Here is a free to use Character Controller for 2D platformer games in Unity. Currently the Controller features: Smooth movement Jumping Crouching Events for setting up animation 2D Physics To learn ...
If you have attempted to control your character using Rigidbody2D in Unity 2D and tried to have it moving on slopes, you may find that it doesn't work and can get tricky to fix, at least for me. This ...
In the previous two posts in this series (part 1 and part 2), we’ve seen how to create a basic 2D platformer using Unity. So far we have a character who responds to keyboard input and touch ...
In part two of this tutorial we look at adding hazards, multiple platforms, ground detection and much more to create a basic but fun platformer.
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 ...