heroiclabs / nakama-godot

Godot client for Nakama server written in GDScript.
Apache License 2.0
608 stars 72 forks source link

Synchronizer and Spawner nodes #136

Closed WolfgangSenff closed 1 year ago

WolfgangSenff commented 2 years ago

Howdy folks. I've finally started looking into using Nakama and was just wanting to make sure: does it support the new nodes in Godot 4? I imagine so, since I believe they're built on top of the rpc high level code, but it would be cool to get an example of it.

dsnopek commented 2 years ago

Yes, if you use the NakamaMultiplayerBridge, the new scene synchronization nodes will work

dsnopek commented 1 year ago

Closing, since there isn't really anything actionable here