I would like to run some code as soon as I press my project title in Unity Hub, while the project is being opened in Unity. InitializeOnLoad, EditorApplication callbacks or even command line arguments are not suitable because it all runs as soon as the project is opened, not **while** it is being opened. Please help!
↧