diff --git a/Runtime/Context/GameObjectContext.cs b/Runtime/Context/GameObjectContext.cs index ea9bb47..ac78536 100644 --- a/Runtime/Context/GameObjectContext.cs +++ b/Runtime/Context/GameObjectContext.cs @@ -29,7 +29,6 @@ private async void OnDestroy() if (Context is null) return; loaded = false; await Shutdown(); - ParentContext?.GameObjectContextLoader.Unregister(this); if (gameObject) Destroy(gameObject); }