No "Awake" function in UVS?

Hi,

Unlike Start and Update, I cannot find the corresponding node for awake.
It does not exist?

Thanks

Awake is when UVS is set up and comes online so it can’t trigger any events yet. You can get something to trigger before start with On Enable + Once node.

3 Likes