Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


MoveSceneBefore(Scene, Scene)

Allows you to reorder the Scenes currently open in the Hierarchy window. Moves the source Scene so it comes before the destination Scene.
Read time 1 minuteLast updated 10 days ago

Definition

public static void MoveSceneBefore(Scene src, Scene dst)

Parameters

The Scene to move.

The Scene which should come directly after the source Scene in the hierarchy.