cBournhonesque / lightyear

A networking library to make multiplayer games for the Bevy game engine
https://cbournhonesque.github.io/lightyear/book
Apache License 2.0
459 stars 47 forks source link

Replication groups break with interest management #659

Open treytencarey opened 2 weeks ago

treytencarey commented 2 weeks ago

I am trying to use replication groups alongside interest management, but leaving a room and re-entering the same room breaks replication.

Here's a sample project: https://github.com/treytencarey/placeholder_interest_group_management

cBournhonesque commented 2 weeks ago

Thanks for the sample repo!