diff --git a/Runtime/CesiumGlobeAnchor.cs b/Runtime/CesiumGlobeAnchor.cs index 815269cc..c715f95c 100644 --- a/Runtime/CesiumGlobeAnchor.cs +++ b/Runtime/CesiumGlobeAnchor.cs @@ -469,6 +469,11 @@ private void OnEnable() this.StartOrStopDetectingTransformChanges(); } + private void OnTransformParentChanged() + { + this.Sync(); + } + #endregion #region Coroutines