Inits shouldn’t fire the delegates as nothing should be modifying the default initial values. This avoids issues where you init and your game does weird stuff with it (when it shouldnt).
1 Like
Inits shouldn’t fire the delegates as nothing should be modifying the default initial values. This avoids issues where you init and your game does weird stuff with it (when it shouldnt).