if(Application.CanStreamedLevelBeLoaded(targetLevel)){
Application.LoadLevel(targetLevel);
}else{
//Debug that the scene isn't ready; put up a loading screen or something
}
If I don't check that it's ready, the game goes to a black screen, never loading the target scene. Does ORK support webplayer streaming?It looks like you're new here. If you want to get involved, click one of these buttons!
Follow the game Development on Twitter https://twitter.com/Fore_Lore_Games
or check out the face book page here https://www.facebook.com/ForeLoreGames
Or you could change the scene changer's code to support streaming :)
If you're enjoying my products, updates and support, please consider supporting me on patreon.com!