Help getting started. I can't even get past the first step.

Options
I was really excited to try Photon but the excitement is slowly but surely fading. I can't even get past the first step. After some digging I read that I need to take out the "plugins" folder that's in the "Photon Unity Networking" folder and place it in the "assets" folder. The problem is that there's already a "plugins" folder in the "assets" folder, one that I didn't create. It came with the pun import. So I tried moving the contents from the first "plugins" folder into the second but I keep getting errors. So I decided to put everything back the way it was, figuring that the docs are outdated or something, because it wouldn't give me any errors that way. So then I created a unityscript script and coded this:
#pragma strict

function Start ()
{
PhotonNetwork.ConnectUsingSettings("1.0");
}

but now I get an error saying: Unknown identifier: 'PhotonNetwork'.

Is photon not compatible with Unity 5 and unityscript?

Comments

  • Tobias
    Options
    I replied to that in Unity forums. The same people look into both forums. If you want a reply, please post once and wait for a while. If nothing happens, add info, as what's unclear in your question. Thanks.