Unity Load Current Scene

[Solved] Unity Load Current Scene | Csharp - Code Explorer | yomemimo.com
Question : unity load current scene

Answered by : angry-angelfish-jeekyklbo4fh

SceneManager.LoadScene(SceneManager.GetActiveScene().buildIndex);

Source : | Last Update : Fri, 29 Oct 21

Question : unity get current scene

Answered by : bas

using UnityEngine.SceneManagement;
SceneManager.GetActiveScene().name;

Source : | Last Update : Wed, 01 Jun 22

Answers related to unity load current scene

Code Explorer Popular Question For Csharp