Hey,
I want to run a script when the editor finished loading. I tried [InitializeOnLoad] but it also executes when the editor recompiles.
How can I check if it really was a fresh start of the editor?
Hey,
I want to run a script when the editor finished loading. I tried [InitializeOnLoad] but it also executes when the editor recompiles.
How can I check if it really was a fresh start of the editor?
My workaround is that I check how long the editor has been running, but this is not a nice way…