Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Documentation shows incorrect way to change scenes in a multiplayer game #10723

Open
noidexe opened this issue Feb 27, 2025 · 0 comments
Open

Comments

@noidexe
Copy link
Contributor

noidexe commented Feb 27, 2025

Your Godot version:
4.3-stable

Issue description:
The latest documentation on how to use the high level multiplayer feature recommends using get_tree().change_scene_to_file() to change scenes in a multiplayer game.
This often results in synchronization issues, leading to a number of bug reports like the following: godotengine/godot#68407
A workaround is explained in detailed here https://godotengine.org/article/multiplayer-in-godot-4-0-scene-replication/#selecting-levels

I think it'd be important to display this in a way that's not easy to miss, since it goes against user expectations and changing scenes is something almost every Godot project needs to do.

URL to the documentation page:
https://docs.godotengine.org/en/stable/tutorials/networking/high_level_multiplayer.html#example-lobby-implementation

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant