Skip to content

3.5.1

Compare
Choose a tag to compare
@gustavopsantos gustavopsantos released this 24 Oct 15:35
· 269 commits to main since this release

Fixes execution order for runtime instantiated monobehaviours, making it concise with injection execution order when unity loads a scene and pre-intantiated monobehaviours at the scene are injected.
Without fix was Awake→Inject→Start
With fix: Inject→Awake→Start