An open API service indexing awesome lists of open source software.

https://github.com/liamrousselle/unity-quake-movement

A port of Quake's Character Controller over to Unity
https://github.com/liamrousselle/unity-quake-movement

quake unity unity3d

Last synced: 11 months ago
JSON representation

A port of Quake's Character Controller over to Unity

Awesome Lists containing this project

README

          

# Unity-Quake-Movement
A port of Quake's Character Controller over to Unity

# About
A quake character controller designed to easily be implemented into any Unity 3D project, while still keeping all the movement techniques of quake.

# Bibliography
"https://github.com/id-Software/Quake/tree/master" - id-Software

"https://www.youtube.com/watch?v=v3zT3Z5apaM&t=136s" - Matt's Ramblings

"https://www.youtube.com/watch?v=rTsXO6Zicls" - Matt's Ramblings

"https://adrianb.io/2015/02/14/bunnyhop.html" - Adrian Biagioli