Photon Unity Networking localhost connect problem

Options
BulleTTime
edited December 2011 in Photon Server
Hi,

As the title says, i have a problem with the demo testGame connection. When i use the cloud, it works, but when i want to connect to the localhost, the connection fails.

My photon server is working actualy, the examples of the unity sdk do work on my localhost.

Any idea what might be wrong?

Comments

  • dreamora
    Options
    you start the wrong photon instance. you need to use the loadbalancing one for Photon Unity Networking (the cloud one), not the normal instance. they are incompatible and you can't run both instances at the same time (without changing configurations so they run on distinct ports and changing the code to use the right ports)
  • I do run both instances at the same time ("Photon Instance1" and "Photon InstanceLoadBalancing"). When i start one of these, both are started automatically. How do i configure this?

    EDIT: I Found it. For the one who want to know, edit it inside "PhotonControl.exe.config"
  • Kaiserludi
    Options
    You can also just click "remove instance1" in the Photon Control menu.