KO
|
EN
gitlite โ search
Search
#python
#java
#python3
#arduino
#golang
#machine-learning
#rust
#html
#flask
#javascript
#seismology
#nodejs
VelocityMovement
โ 47
Open GitHub โ
Bunnyhopping movement in Unity
Download README (.md)
Explore Similar Repositories
bunnyhop.nvim
:
๐ Hop around your code at lightning speed โก๏ธ
bTimes
:
Advanced SourceMod BunnyHop Timer
UE4BunnyhopCharacter
:
(August 2015) Raw code from an old UE4 project for a bunnyhopping player actor (with trimping & a Source engine stamina system)
BunnyHop
:
PoC for Paper: BunnyHop Exploiting the Instruction Prefetcher (USENIX Security 2023)
bunnyhop-webgl
:
Quake/Half-Life style bunnyhopping in WebGL/BabylonJS
// repository documentation
Was this content helpful?
โ 0
(0 ratings)
Select Rating:
โ
โ
โ
โ
โ
Submit Feedback
Recent Feedback
×
Download README
Do you want to download the
README.md
file for
VelocityMovement
?
Download (.md)
# 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).