AhonenAJ
Results
1
issues of
AhonenAJ
Currently NetworkTransform.GetChanged does this: ``` if (parentBehaviour != null) changed |= ChangedDelta.Nested; ``` but that's checking the value from `_lastSentTransformData` instead of the current parent, which causes the object's position...
acknowledged - maybe bug