Skip to content

Release 0.21.0 !

Compare
Choose a tag to compare
@connorcarpenter connorcarpenter released this 23 Apr 23:26
· 248 commits to main since this release

Refactors related to EntityProperty and Entity Relations:

  • Host no longer waits for remote Entities to spawn before sending Message EntityProperties containing a reference to them, they are just sent right away
  • Remote will keep Messages & Components buffered separately from the world until their required Entities are spawned
  • Addresses #119 ?

Other small changes:

  • The Bevy demo now uses default Bevy, which may resolve #156
  • Certain warning logs have been suppressed, which were only previously used for testing purposes. Their removal should give some peace of mind for people having issues like #160