connecting with server issue

Options
How to fix this issue ?
[0.0] SupportLogger OnApplicationPause: False connected: False

Answers

  • Tobias
    Options
    It's not an error...
    Double click in the Editor console and comment out the line that print this?

    Or .. disable the SupportLogger in the PhotonServerSettings.
  • trica
    Options
    actually my Ui panel is stuck in editor but it works fine in mobile
  • trica
    Options
    i'm using playfab authentication but my game stuck on auth screen
  • trica
    Options
    "AuthenticationScreen: Waiting for photon to be disconnected before opening the authentication screen.
    UnityEngine.Debug:Log (object,UnityEngine.Object)"
  • Tobias
    Options
    That's your own debug log. We don't know what this means.
    If the authentication is not working, check if you get a callback to OnCustomAuthenticationResponse or OnCustomAuthenticationFailed (both can be inherited by MonoBehaviourPunCallbacks and you need to override those).
  • trica
    Options
    ok , Thanks @Tobias