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

Inputs are not being registered correctly by PrePredicted entities? #702

Open cBournhonesque opened 4 days ago

cBournhonesque commented 4 days ago

In examples client_replication or avian_physics, it looks like inputs are being sent to the remote entity but are not being sent/used correctly for the client that is issuing the inputs.

TODO:

cBournhonesque commented 1 day ago

Client_replication bug fixed in https://github.com/cBournhonesque/lightyear/pull/705