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
{{ message }}
This repository was archived by the owner on Sep 25, 2025. It is now read-only.
Vladislav Kantaev edited this page Nov 19, 2021
·
2 revisions
ContainerLifecycle is a component that invokes methods of IStartable, IUpdatable, etc with Unity's built-in callbacks. ContainerLifecycle requires a specific container assigned.
This feature allows using the events of Unity's PlayerLoop from POCO classes.
If your case requires a specific Script Execution Order of ContainerLifecycle, you can create a class deriving from it and specify the order for it.