Home > other >  Unity by Photon Pun local building server connection
Unity by Photon Pun local building server connection

Time:09-19

Local Photon server run normally, shows the Photon running,
In Unity,
 public void OnStatusChanged (StatusCode StatusCode) 
{
The Debug Log (" state change: "+ statusCode);
}

After the operation:
State change: ExceptionOnReceive
State change: Disconnect
What is going wrong?
  • Related