News

This Unity script provides a well-rounded movement system for a 2D platformer. It integrates walking, running, jumping, dashing, and wall mechanics such as sliding and jumping to offer players fluid ...
Grid Movement See the example scene in the Grid directory to see how the scripts are set up in detail. Basically, you will need to create your Player script and make it implement the Movable script.