Skip to content

Release 0.26.0

Choose a tag to compare

@cBournhonesque cBournhonesque released this 22 Jan 03:26
· 235 commits to main since this release
83e635d

Release 0.26.0

Mainly an update to match bevy's 0.18 release.

Breaking changes

  • LocalTimeline is now a resource; since there can only be one per App (because it modifies bevy's Time resource)
  • NetworkVisibilityy::gain_visibility and NetworkVisibility::lose_visibility methods have now been added on the ReplicationState and removed from the NetworkVisibility component. NetworkVisibility is now a marker component.

What's Changed

New Contributors

Full Changelog: 0.25.5...0.26.0