Код: Выделить всё
Scene 'StartingSettingsSelection' couldn't be loaded because it has not been added to the active build profile or shared scene list or the AssetBundle has not been loaded.
To add a scene to the active build profile or shared scene list use the menu File->Build Profiles
UnityEngine.SceneManagement.SceneManager:LoadScene (string,UnityEngine.SceneManagement.LoadSceneMode)
StartRedirection:Start () (at Assets/StartRedirection.cs:21)
Если это поможет, вот код для изменения активной сцены:
Код: Выделить всё
SceneManager.LoadScene(TitleSequenceScene.name, LoadSceneMode.Single);
Подробнее здесь: https://stackoverflow.com/questions/798 ... e-an-error
Мобильная версия