Open qjonathan opened 5 months ago
@qjonathan Could you provide a replication of this issue and/or provide the code snippet(s) that handles the parenting? It might be that you want to not keep the world position (i.e. WorldPositionStays = false) and switch the child over to local space when parenting....but a working replication project would help me better understand your issue.
Description
With interpolation enabled when the server changes the parent of a NetworkObject the position on the clients is wrong for 1 frame.
Reproduce Steps
With interpolation enabled on the NetworkTransform
Expected Outcome
We did not have that issue when using 1.2.0, we just updated to 1.9.1 and one of the gameplay mechanics suddenly started acting weird. Disabling interpolation seems to fix the issue but will cause the visuals to be less smooth
Environment