Plugin Missing?

Options
i am starting a new project with Unity, using an existing application that was already working with Unity networking. I imported the photon package from the asset store, and ran the conversion, fixed the errors. Now I am getting the following error in all my scripts, and the photon item in the window menu is missing???
BCE0018: The name 'Photon.MonoBehaviour' does not denote a valid type ('not found'). Did you mean 'UnityEngine.MonoBehaviour'?

I tried re-importing the package, but that was no help.
Any other Ideas?

Comments

  • Leepo
    Options
    I assume you are using UnityScript("Javascript):
    Move the plugins folder from PUN to the root level of your project. Unity only uses the Plugins folder if its in the root.