unity how to move to the next scene by 1 code example
Example: unity how to move to the next level
SceneManager.LoadScene(SceneManager.GetActiveScene().buildIndex + 1);
SceneManager.LoadScene(SceneManager.GetActiveScene().buildIndex + 1);