bas-boop / Feature-vault

This a Unity package with features, extenstions and tools. Ideal for integration into any Unity project.
MIT License
2 stars 0 forks source link

LateAwake method #13

Open bas-boop opened 9 months ago

bas-boop commented 9 months ago

Is your feature request related to a problem? When coding, sometimes the order when the Awake method are called is not how it needs to be. So something like LateAwake would be great, just like the LateUpdate method.

Describe the solution you'd like Any way to have a LateAwake method in code that can be called. This should be called after all other Awake merhods are called.