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

Support tagging/visibility to allow for implementing interest management #291

Open
jonbonazza opened this issue Oct 7, 2024 · 1 comment
Assignees

Comments

@jonbonazza
Copy link

A commonly implemented (and in most cases necessary) feature for MMOs is interest management. Essentially, interest management is a way of only broadcasting state updates to players who need to see them in order to reduce bandwidth and processing.

Godot's high-level-multiplayer API allows for implementing such systems via its tagging/visibility feature. As explicitly mentioned in the documentation, Netfox's Synchronizers do no support Godot's visibility features. This makes implementing things like interest management extremely challenging or even impossible.

@annamaria-szentpeteri
Copy link

I would like to work on this issue. Please @elementbound assign it to me, if you are okay with it.

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

2 participants