channeldorg / channeld-ue-plugin

Enables distributed simulation with Unreal Engine's dedicated servers. 为虚幻引擎专用服务器提供分布式模拟能力的开源插件.
Apache License 2.0
132 stars 38 forks source link

Support the cross-server handover of Physics Bodies #5

Closed indiest closed 1 month ago

indiest commented 1 year ago

As of v0.5.0, the cross-server handover of Physics Bodies is not supported. When a physics body moves across the server border, it loses the states like the linear velocity, hence stops at the border.

The implementation should handover the necessary states of FBodyInstance without replicating them to the client.