News

This project refactors the "Unity Projects: 2D Platformer" from Unity Asset Store to reduce code duplication and engineer it to follow the component entity pattern. This pattern is essentially the ...
How to build a 2D world using Unity's Tilemap objects. The Tilemap engine was released in October of 217 in Unity 2017.2, tutorials and other reference materials that refer to earlier versions of ...
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 ...