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

Adapter doesn't implement Replicate or Serde for bevy and glam types #171

Closed Veritius closed 8 months ago

Veritius commented 1 year ago

The Bevy adapter crates don't implement the Replicate or Serde traits for any Bevy or glam types, making the default Bevy components unusable with naia.

There is no workaround due to #170 preventing manual implementation of Serde

connorcarpenter commented 8 months ago

This is not intended behavior for naia