cBournhonesque / lightyear

A networking library to make multiplayer games for the Bevy game engine
https://cbournhonesque.github.io/lightyear/book
Apache License 2.0
498 stars 51 forks source link

avian_physics example is broken #701

Closed DavidHospital closed 4 days ago

DavidHospital commented 4 days ago

What is happening

When running the avian_physics example on the latest main (59b089c41e57911653c8d0fe891db86bca50142d), The clients' PrePredicted players are not replicated back to the client.

Steps to Reproduce

Here is an image showing a host-server (left) and client (right). The client's red box doesn't move, but it moves fine on the server's instance: image

Further details