Unity loaded attribute

Hi everyone!

Have unityeditor any sign indicating the end of the unity loading?

that unity editor completely started, project and current scene completely loaded.

InitializeOnLoad attribute? Although you need to check if it’s a domain reload if you have that and you want to avoid it.

https://docs.unity3d.com/Manual/RunningEditorCodeOnLaunch.html

thanks, but no.
InitializeOnLoad will start when loading.
I need to known, Is it loaded or not.

I have problem in event OnEnable.
it try to load some resources. But it not available while project loading.