Closed jolexxa closed 4 months ago
life cycle hooks are now deterministic
Order will always be Initialize() -> OnReady() -> Setup() -> OnResolved().
Initialize() -> OnReady() -> Setup() -> OnResolved()
auto connect now connects nodes whenever it enters the tree, as it should have all along.
life cycle hooks are now deterministic
Order will always be
Initialize() -> OnReady() -> Setup() -> OnResolved()
.auto connect now connects nodes whenever it enters the tree, as it should have all along.