Since
Application.LoadLevel(level);
deprecated and new SceneManager is proposed, i am asking how to use it to load/get simple parameters like string type and in which functions of lifecycle would be best practise?(such as Start, Awake)
SceneManager.LoadScene("resultScene", chosenOptions);
note to simplify: is there an option besides writing new class such as?