Skip to content

Instantly share code, notes, and snippets.

View gorbunov's full-sized avatar
🙉
Focusing

Oleg Gorbunov gorbunov

🙉
Focusing
View GitHub Profile
@Meshiest
Meshiest / godot multiplayer.md
Last active May 7, 2024 17:05
overview of how I understand godot multiplayer

Godot 4 Scene Multiplayer

I'm too lazy to write this as official documentation so I'm transcribing my experiences here for reference.

This is high level and does not cover how to setup your peer, only how to use the API itself.

This is not a tutorial.

If you are just getting started, this tutorial by DevLogLogan is worth watching.