Photonnetwork.LoadLevel

Options
I use Photonnetwork.LoadLevel to load the new scene. However, since the Application.LoadLevel is obsolete, is there any new implementation for Photonnetwork.Loadlevel such as Photonnetwork.LoadScene? By the way, there are different type of Loadlevel in application and SceneManager, such as LoadLevelAsync, or LoadSceneAsync. Does Photon have that kind of support?
Thanks

Comments

  • jeanfabre
    Options
    Hi,

    Photonnetwork.LoadLevel takes care of the SceneManager possibility, so you don't have to worry about it.

    Currently, there isn't any support for loadLevelAsynch or loadSceneAsynch within the Photon Implementation however, only straight level loading.

    Bye,

    Jean