You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have a CameraManager component on the prefab with camera. I want to bind it in the scope and automatically create it after bind. Else user would be not able to see the game...
Possible workaround would be to Invoke Resolve() in the Start() of LifetimeScope, but in the RootScope Start() is never invoking, because prefab of the RootScope never instantiated.
The text was updated successfully, but these errors were encountered:
I have a CameraManager component on the prefab with camera. I want to bind it in the scope and automatically create it after bind. Else user would be not able to see the game...
Possible workaround would be to Invoke Resolve() in the Start() of LifetimeScope, but in the RootScope Start() is never invoking, because prefab of the RootScope never instantiated.
The text was updated successfully, but these errors were encountered: