lleo52

Results 1 issues of lleo52

In the Pseudo code below: ParentSceneController.ParentSceneController() ParentSceneController.StartAsync() are being called every time a child scene is loaded. var parentScene = parentScene.transform.GetComponent(); using (LifetimeScope.EnqueueParent(parentScene)) When these two parts are commented out,...