Skip to content

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

@jonbonazza

Description

@jonbonazza

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    featureNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions