Oftentimes you want to add functionality to your game after it has been deployed.
Godot enables this via a feature called resource packs (.pck-files).
Continue reading
Most Godot multiplayer tutorials create a peer-to-peer setup for simplicity’s sake.
As your multiplayer gets more complex, you might want to create a dedicated server.
Continue reading