09-10-2024, 03:25 PM
(09-10-2024, 01:56 PM)Paul1 Wrote: bout syncing rigidbody, I have NetworkRigidbody component on both plugs, so that should be fine?
Hi!
NetworkRigidbody only seems to sync rigidbody position/orientation. I don't have any experience with Fusion, but looking at their code it just seems to do that.
For proper syncing you will also need linear/angular velocities, my advice would be to ask them about this. There must be a way for velocities to be synced as well, otherwise lots of rigidbody-related behavior will be broken.
(09-10-2024, 01:56 PM)Paul1 Wrote: Maybe it has something to do with timing of obi and Fusion. I don't know, I'm not an expert at this area.
Timing doesn't play any role here, it's just that data is missing on the client.
kind regards,