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

[network] Player is already logged in messages when changing zones. #73

Open
DX4D opened this issue Jul 15, 2021 · 1 comment
Open

[network] Player is already logged in messages when changing zones. #73

DX4D opened this issue Jul 15, 2021 · 1 comment

Comments

@DX4D
Copy link
Collaborator

DX4D commented Jul 15, 2021

Due to a recent change in the ZoneSystem the NetworkManager now persists across zones rather than needing a NetworkManager in every zone. This introduced a couple issues where spawn and login methods are overlapping when the player only actually needs to be logged in and spawned once but the old methods are still in place.

The login/zoning process will need to be given more verbose debugging messages and carefully tracked so that any bugs can be tracked down simply now and moving forward.

@DX4D
Copy link
Collaborator Author

DX4D commented Jul 15, 2021

Ideally we want to support both methods - if a zone has it's own NetworkManager: we can transfer the clent to that manager, and if there is no NetworkManager in the new scene, the existing one in the Login scene will persist to that zone.

Essentially, the whole login/zoning process needs a tune-up

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