Same room different scene (need help Thanks!)

I make game like online game,
anytime player login same room and First scene. (success)

I want make effect「Someone go play in other scene,character stay at First scene ,when he playing, other can see his head show a icon: playing a some game」

if Someone go to other scene form First scene ,and Back to First scene.
it become not sync.


if I use 「unity scenemanager.loadscene 」 =will Disconnected;

if I use 「PhotonNetwork.loadlevel」 =not Disconnected,but when go back,it not sync;


I have read some old articles, but none seem to be resolved.
I don’t know is PUN2 this effect can be achieved.

My English bad sorry~~

Have a nice day! Thanks!

Comments

  • Have you tried loading a scene with additive mode ?
  • Bassem wrote: »
    Have you tried loading a scene with additive mode ?

    yes,but Unity api just have additive mode active ,no have 「off」,the PUN2 network Component,when on/off active toggle will some problem happen.

    Thanks you idea,maybe I need think better good function.