honehone12 / bevy_replicon_bootstrap

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

CharacterController is not deterministic on network #21

Closed honehone12 closed 1 week ago

honehone12 commented 2 weeks ago

prediction codes will generate teleportation on collision with others #20

honehone12 commented 1 week ago

tnua looks great CC, but sadly it use dynamic rigidbody, that generate huge prediction error.

honehone12 commented 1 week ago

rapier CC moves deterministically enough on the floor and has nice features, but it generate nondeterministic movements on moving along obstacles. what is more, it has very strange sticking happens with kinematic RB. they generate huge prediction error.

honehone12 commented 1 week ago

i opened new issue https://github.com/honehone12/bevy_netcharacon_dev/issues/1