a sample of simulate the main Life Cycle methods of Unity MonoBehaviour in Stride ECS Style.
Help to port project from Unity to Stride.
simulated:
Awake()
Start()
Update()
LateUpdate()
OnDestroy()
OnEnable()
OnDisable()
not include: FixedUpdate()
all related scripts are in LifeCycle folder
Other Unity-style script lifecycle library
Keepsie/HS-Stride-Engine-Core