bas-boop / Feature-vault

This a Unity package with features, extenstions and tools. Ideal for integration into any Unity project.
MIT License
2 stars 0 forks source link

Player movement 2D #3

Open bas-boop opened 10 months ago

bas-boop commented 10 months ago

Is your feature request related to a problem? Please describe. Most games have a player that needs to move. When making this for 2D games I just copy paste my latesed player movement from a diffrent project. Would love to see a script in this package that tackles this problem.

Describe the solution you'd like 2 types of scripts. That have alot of diffrent options for movement and settings.

"Top-down" A script that can be added to the player that handels top-down player movement. Refrence: rogue-like

"Side-view" A script that can be added to the player that handels side-view player movement. Refrence: platformers

Describe alternatives you've considered 1 script that can do both that are mentioned above.