Godot 4: Build Online Multiplayer Pong Clone

preview_player
Показать описание
Read about Port forwarding:
Рекомендации по теме
Комментарии
Автор

Nice tutorial, exactly what i needed to kickstart multiplayer in godot.

But one minor improvement, do yourself a favor and use nameof when calling a function via string.
Instead of rpc("somefunction") use Rpc(nameof(somefunction)), this will safe you some headaches later on.

KeyboardKrieger
Автор

make video on export apk in godot 4.2 stable with admob plugin and provide exported apk.

skeletorgamingff
Автор

Would the error also be displayed? on_spawn_receive: Condition "parent->has_node(name)" is true. Returning: ERR_INVALID_DATA

equ