MovementJam
This demo is made for the Fundamentals Jam with the theme "movement." The demo build is embedded with movement using WASD and arrow keys. It is a quick demo showcasing 2D movement mechanics built in Unity. It includes assets from the Top Down Pack by https://o-lobster.itch.io. This project is also available on my Github.
Published | 20 days ago |
Status | In development |
Platforms | HTML5 |
Author | Ayomiko |
Made with | Unity |
Tags | Experimental |
Comments
Log in with itch.io to leave a comment.
The movement works with my controller joystick too, just FYI!
Neat little demo :)
I did notice that moving in two orthogonal directions at once (i.e. up + left) causes the character to move faster.
If you want to fix this you could normalize your movement vector.