How to derive from GameApplication?

Options
I added Photon.LoadBalancing.GameServer namespace but Visual Studio says that LoadBalancing namespace does not exist. I also added LoadBalancingApi.dll in my References.

What am I missing? This is a screenshot of my simple project.

Comments

  • I found a solution. I got Photon.Loadbalancing.dll in deploy/GameServer/bin.

    I think you can also just extend the Loadbalancing project in src-sever/Loadbalancing.
  • chvetsov
    Options
    well, we provided you projects which you should extend. there is no need to take assemblies from deploy folder

    best,
    ilya
  • Yea, I figured when I saw the source. I got confused because the tutorial video I saw was extending from ApplicationBase, and was not extending/using the LoadBalancing project. I was midled.

    But thank you for affirming that!