I just get a blue screen if I start either game scene. I pulled the latest version.
Scene 'Login' (-1) couldn't be loaded because it has not been added to the build settings or the AssetBundle has not been loaded.
To add a scene to the build settings use the menu File->Build Settings...
UnityEngine.Application:LoadLevel(String)
Game:LoadScene(String) (at Assets/Game.cs:78)
Game:SwitchScene(String) (at Assets/Game.cs:63)
Game:Start() (at Assets/Game.cs:37)
It seems to be something to do with the lobby server crashing actually. I can log in but it still goes to blue screen if I try to switch to a mini game
I just get a blue screen if I start either game scene. I pulled the latest version.
Scene 'Login' (-1) couldn't be loaded because it has not been added to the build settings or the AssetBundle has not been loaded. To add a scene to the build settings use the menu File->Build Settings... UnityEngine.Application:LoadLevel(String) Game:LoadScene(String) (at Assets/Game.cs:78) Game:SwitchScene(String) (at Assets/Game.cs:63) Game:Start() (at Assets/Game.cs:37)