Unity5 and Photon Server sample/tutorial scene

Help !!!

Ok now that i’ve gotten your attention, my problem is trying to get Unity5 and photon server to play nicely, can some offer me some help where i’d find a sample scene that I can import into unity to just host a server and move a cube around on a couple of clients?

the demo’s i’ve tried loading that come with the photon on premises package I downloaded from exitgames site don’t seem to work properly in unity5…not sure if its something im doing wrong on my end or what.

The demos from the Server SDK are not updated to Unity 5 compatibility yet. If you want to start, you can use Photon Unity Networking from the Asset Store. That package works in Unity 5 when you auto-upgrade it on import. You can set it to your own, local server, too.
You can also download the Photon Unity SDK from our page. That includes more up to date demos and the LoadBalancing API (alternative way to use Photon. less Unity-alike, more control, steeper learning curve).