Version: 2021.3
LanguageEnglish
  • C#

StageUtility.GoToStage

Suggest a change

Success!

Thank you for helping us improve the quality of Unity Documentation. Although we cannot accept all submissions, we do read each suggested change from our users and will make updates where applicable.

Close

Submission failed

For some reason your suggested change could not be submitted. Please <a>try again</a> in a few minutes. And thank you for taking the time to help us improve the quality of Unity Documentation.

Close

Cancel

Declaration

public static void GoToStage(SceneManagement.Stage stage, bool setAsFirstItemAfterMainStage);

Parameters

stage The stage to navigate to.
setAsFirstItemAfterMainStage When set to true, the new stage replaces existing stages in the breadcrumbs, apart from the main stage.

Description

Navigates the Editor to the specified stage.

The specified stage can be a new stage, or an existing stage that is already open and part of the stage breadcrumbs in the Scene view.