Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/TheAsuro/VelocityMovement
Bunnyhopping movement in Unity
https://github.com/TheAsuro/VelocityMovement
bunnyhop unity3d
Last synced: about 1 month ago
JSON representation
Bunnyhopping movement in Unity
- Host: GitHub
- URL: https://github.com/TheAsuro/VelocityMovement
- Owner: TheAsuro
- License: mit
- Created: 2015-10-19T12:32:57.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2017-08-27T14:59:17.000Z (over 7 years ago)
- Last Synced: 2024-08-03T05:18:26.195Z (5 months ago)
- Topics: bunnyhop, unity3d
- Language: C#
- Homepage:
- Size: 205 KB
- Stars: 42
- Watchers: 5
- Forks: 4
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# VelocityMovement
This is a barebones version of the bunnyhopping movement used in my game, [Velocity](https://github.com/TheAsuro/Velocity).
## Installation
You will need [Unity3d Version 2017.1.0f3 or higher](https://unity3d.com/de/). Clone or download this repository, then open the downloaded directory as a project. The scene "example" located at Assets/Scenes/example.unity contains the working player character. The code relevant to bunnyhopping is located at Assets/Scripts/StrafeMovement.cs
## More Info
If you want to implement bunnyhopping yourself, I highly recommend [Bunnyhopping from the Programmer's Perspective](https://flafla2.github.io/2015/02/14/bunnyhop.html) and [More than you ever wanted to know about Air Strafing](https://steamcommunity.com/sharedfiles/filedetails/?id=184184420).