private void Awake() { DontDestroyOnLoad(gameObject); #if !UNITY_EDITOR CommandLineHandler.Initialize(); #endif }
static CommandLineEditorDispatcher() { CommandLineHandler.Initialize(); EditorApplication.update += Update; }