honehone12 / bevy_replicon_bootstrap

Networking bootstrap on top of bevy_replicon.
The Unlicense
0 stars 0 forks source link

devide actual update system from prediction error correction system #24

Closed honehone12 closed 3 days ago

honehone12 commented 5 days ago

for server side, it's enough to be run after prediction error correction system. because error correction is the thing of past for server, and does not use 'this' update result. for client side, wrapper of prediction system is not necessary, just run update system.

honehone12 commented 3 days ago

done. now, update systems are just ordinary systems. prediction does not care any components or resources.