Godot 4 Makes Multiplayer EASY!

preview_player
Показать описание
Creating multiplayer games has never been easier! Godot 4 has made some changes and new additions that make it mega simple to prototype a multiplayer game. I built a quick project in 3 hours, here's what I learned!

Resources:

Chapters:
0:00 Intro
0:23 MultiplayerSpawner
1:50 MultiplayerSynchronizer
3:50 RPC's
5:18 Outro
Рекомендации по теме
Комментарии
Автор

I think a tutorial series would be great for the community!

Snafuey
Автор

As someone who's preparing to make their first multiplayer game in Godot, I would love an in-depth tutorial series!

mojosulo
Автор

Yes I would love to see a tutorial, trinkle in essential concepts to networking or link resources/articles to begin grasping concepts so that we can use the tutorial as a reference for future use on these concepts.

piousthepious
Автор

Thank you for covering the new multiplayer! would love to see more!

indieology
Автор

Love the multiplayer stuff! Great video!

Filipinjo
Автор

I've got the notifications ON waiting for that step by step tutorial hahaha. Thanks in advance!

studyinggodot
Автор

That tank game actually looks pretty cool. Reminds me of the tiny lan games i used to smuggle to school on a floppy to play with my mates.

LennyMiller
Автор

Just starting with Godot but this tutorial makes it seem pretty intuitive, I'll try it out. Would love additional tutorials regarding online multiplayer, but the other content you have is great from what I've seen too. Thanks!

sunniegameplay
Автор

I'd love to see a step by step tutorial! I'm very interested in both 3D and Multiplayer in Godot! 👍

squidboimusic
Автор

Would absolutely love a tutorial series for this type of game!

fatduckling
Автор

Of course I want a tutorial. Godot 4 is awesome.

pixezy
Автор

Thanks man. I am just starting to get into network coding and the video was very helpful. I personaly would love a video explaining how to connect to a different player. So a simple peer to peer connection. The host generates a room code and other player can join the lobby by entering the code,

devildragon
Автор

I would LOVE to see a step-by-step guide for a multiplayer game in Godot 4!!

sashaschwartz
Автор

I would definitely love to see more on this.

alexleonardkrea
Автор

I really want to make a multiplayer game to play with my friends, so yes, I tutorial series would be extremely helpful.

JonathanTash
Автор

I would love a step by step tutorial! I really appreciate your videos!

disregarded
Автор

I would absolutely like a tutorial. Yes please :)

tomf
Автор

Godot and your tutorial are both awesome.

SW-vyhe
Автор

I find this tutorial very good if you just want to copy-paste everything shown without asking questions... But I can't find a single tutorial that explains the developers' goals and how they implemented it to understand the overall functioning scheme instead of just copy-pasting from all the videos currently available on the internet about multiplayer with GODOT 4.

OlivierPons
Автор

just for the record you'll probably want to use the `Callable.rpc(...)` syntax instead of the `Node.rpc(StringName, ...)` one shown at 4:30, to save on sanity, just like `Signal.connect` and `Callable.call_deferred`.

nonchip