Photon Keep disconnect when change scene in Unity Android

I'm using Unity version 5.6.2 and when i test on android device the client keep disconnect when change scene. How can i solve this? Or i just keep update all the time to reconnect ? Thx

Answers

  • JohnTube
    JohnTube ✭✭✭✭✭
    Hi @redburn155,

    Thank you for choosing Photon!

    What client SDK do you use? PUN or Unity Realtime SDK?

    PUN should handle this automatically using a background thread that keeps connection alive (avoid timeout) while Unity takes time to change a "big" scene.
    For the Unity Realtime SDK it is not implemented yet.
    Let us know which SDK you use first.