mirror of
https://github.com/thegatesbrowser/godot-multiplayer.git
synced 2025-07-04 05:46:57 -04:00
Godot 4 multiplayer template with voip
addons | ||
defaults | ||
levels | ||
main | ||
player | ||
screenshots | ||
ui | ||
user_data | ||
voip | ||
.gitignore | ||
icon.png | ||
icon.png.import | ||
LICENSE | ||
project.godot | ||
README.md |
Godot 4 Multiplayer template
Template repository with client-server multiplayer and voice chat ready to go.
It has:
- Third person controller with interpolation on client
- Voice over with 3d positioning
- UI for changing names and tweaking voice volume
Screenshots
Credits
- Platformer Kit (2.2) - https://www.kenney.nl (CC0)
- VoIP extension for Godot 4 - https://github.com/RevoluPowered/one-voip-godot-4 (MIT)
- RoboBlast: Third-Person Shooter demo - https://github.com/gdquest-demos/godot-4-3d-third-person-controller (MIT and CC-By 4.0)