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
857 stars 61 forks source link

update Bevy to 0.13.2 #195

Open Robsutar opened 2 months ago

Robsutar commented 2 months ago

Major changes to client commands.rs and server commands.rs due to https://github.com/bevyengine/bevy/pull/11316.

with additional consideration at client commands.rs; now it has two extensions (CommandtExt and EntityCommandsExt) due to https://github.com/bevyengine/bevy/pull/11445.

Tested with demos/bevy, two clients and one server.

connorcarpenter commented 2 months ago

Thank you so much for this @Robsutar , will try to merge it in soon.