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

  • Atley
    Options
    Where should I start for load level Async and load level Additive support? How challenging would it be to add these functions to Photon Network myself?