naia-lib / naia

a cross-platform (including Wasm!) networking library built in Rust. Intended to make multiplayer game development dead-simple & lightning-fast
Apache License 2.0
878 stars 58 forks source link

Being able to insert a component to an entity that already has the component #123

Closed cBournhonesque closed 1 year ago

cBournhonesque commented 1 year ago

This currently panics in Naia; however Bevy's behaviour is that the component should just get the value of the newly inserted component. Maybe the behaviour should be controllable by a flag?