Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags

Yeah, I have the downloaded version of the game and whenever I try to go to the Highway Terminal, the train leaves, but for some reason the screen doesn't fade to black and load the environment. I have to press shift or esc to get out of the train, but I'm still where I was. I think it has something to do with either SceneManager.LoadScene(index) not being called or the index being messed up. Maybe the dev removed a scene and forgot to change the Highway Terminal index, which could have been the last scene, so the index is out of bounds? But, knowing Unity, in that case the game would probably crash.