network object shake problem?

Options

I create such a network object, but it shakes when placed in the scene, if I create a local object it doesn't shake。


Best Answer

  • Luke_Sta
    Luke_Sta admin
    Answer ✓
    Options

    The interpolation target is to interpolate a visual representation of the NetworkObject. It should not contain any data that is relevant to the simulation such as colliders.

Answers

  • The collision box of the network object is on the InterpolationTarget, I remove it and place it on the parent node and it will not shake. Why is this

  • Luke_Sta
    Luke_Sta admin
    Answer ✓
    Options

    The interpolation target is to interpolate a visual representation of the NetworkObject. It should not contain any data that is relevant to the simulation such as colliders.