Search Unity

Photon Viking demo problems

Discussion in 'Editor & General Support' started by InvaderStudios, Oct 10, 2011.

  1. InvaderStudios

    InvaderStudios

    Joined:
    Sep 1, 2010
    Posts:
    230
    Hello

    I downloaded the Photon Viking demo, and then I ran it. It connects to my server, but when I click join game or create game in the menu, nothing happens. Is this because I do not have Unity Pro?

    -Thanks!
     
  2. tobiass

    tobiass

    Joined:
    Apr 7, 2009
    Posts:
    3,066
    You don't need Unity Pro.
    Is there any output in the console?
    You run server and editor on the same machine?
    Depending on your system, Photon might take a few moments to start fully. Maybe it wasn't ready yet? Especially 64bit systems are taking a moment longer.
     
  3. InvaderStudios

    InvaderStudios

    Joined:
    Sep 1, 2010
    Posts:
    230
    How can I check the console?

    The server is running on the same machine. I am able to run the Bootcamp demo on my actual server, and on the computer where my editor is with no problems.
     
  4. tobiass

    tobiass

    Joined:
    Apr 7, 2009
    Posts:
    3,066
    The Bootcamp demo uses a different server logic than Photon Unity Networking and the Viking Demo. So, most likely, you got the other logic running.
    Make sure to run Photon's "Load Balancing" setup.

    Im talking about the in-editor Console Window: Ctrl + Shift + C. It logs the errors from the client.
     
  5. InvaderStudios

    InvaderStudios

    Joined:
    Sep 1, 2010
    Posts:
    230
    You were right, I was just using the instance from the other demo. Thanks!