how to load a current scene in unity code example
Example 1: unity how to get the current scene
SceneManager.GetActiveScene().buildIndex;
Example 2: unity how to load up a scene
SceneManager.LoadScene("scene_01");
SceneManager.GetActiveScene().buildIndex;
SceneManager.LoadScene("scene_01");