Unity not recognizing Photon

Options
I'm creating a simple login script that was working just fine until I re-opened Unity. At the top of the file, I have this:

using Photon.Pun;
using Photon.Realtime;


Every Photon-related call/command is said to not have a reference. Any suggestions? I haven't tried re-importing Photon yet because I'd like to fix it another way, if possible.

Thanks in advance!

Comments

  • JohnTube
    JohnTube ✭✭✭✭✭
    Options
    Hi @prettybrownpony,

    This is a Unity issue most likely.
    Did you try restarting Unity?
    Try clearing "Temp", "obj" or "Library" or other temporary Unity folders and starting Unity again.

    What PUN version are you using?
    What Unity version are you using?