Skip to content

Latest commit

 

History

History
21 lines (16 loc) · 603 Bytes

File metadata and controls

21 lines (16 loc) · 603 Bytes

StrideTemplate-SimulateMonoBehaviourLifeCycle

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

Stride Manual - ECS Usage

Other Unity-style script lifecycle library
Keepsie/HS-Stride-Engine-Core