This version of Unity is unsupported.

EditorSceneManager.SceneManagerSetupRestoredCallback

Declaration

public delegate void SceneManagerSetupRestoredCallback(Scene[] scenes);

Parameters

scenes Scenes that has been opened.

Description

Callbacks of this type which have been added to the sceneManagerSetupRestored event are called after RestoreSceneManagerSetup has been called.