Guide for setting up client and server code for Photon Server

I've read all the Photon Server documentation here: https://doc.photonengine.com/en-us/server/current/getting-started/photon-server-intro

However it seems like it's just a high level overview of what Photon Server does.

Are there no full code samples and guides of everything you'd need to do to get a Unity client to connect to your own Photon server instance that's running custom server code (like NPCs)?

Comments

  • The server sdk comes with many examples already. The examples come with a unity project that you can use to connect to the server, and a window application too.