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
- Host: GitHub
- URL: https://github.com/liamrousselle/unity-quake-movement
- Owner: LiamRousselle
- Created: 2025-03-05T02:41:13.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-03-05T06:16:07.000Z (over 1 year ago)
- Last Synced: 2025-07-09T10:49:09.379Z (12 months ago)
- Topics: quake, unity, unity3d
- Language: C#
- Homepage:
- Size: 3.91 KB
- Stars: 3
- Watchers: 0
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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