Bevy Replicon 0.28.3
Changed
- Ignore replicated components that don't have type registration or missing
#[reflect(Component)]
inscene::replicate_into
instead of panicking. - Rename
has_authority
condition intoserver_or_singleplayer
. Old name still works, but marked as deprecated.