2 plugins folders. Which one belongs in root of my project?

Options
Hello everyone, while reading the docs I came across a part that said I needed to move the plug ins folder to the root of my project. The problem I'm coming across is that there already is a plugins folder that came with the photon + asset and unity won't allow two folders with the same name. One of them has a folder named android, wp8, chatapi, iOS, metro. Can I just delete this folder and all of its contents and move the other one to the root of my project, or is this folder the one that's supposed to be there and the docs are simply outdated?

Comments

  • vadim
    Options
    Hi,

    Did you try put content of new Plugins folder into existing one (merge them)?
  • tried that and got this error: Assets/Photon Unity Networking/UtilityScripts/ConnectAndJoinRandom.cs(39,27): error CS0122: `PhotonNetwork.networkingPeer' is inaccessible due to its protection level
  • vadim
    Options
    What do you have in Plugin folder which you try to append and why you need to copy it at all? Looks like it conflicts with existing content.
  • Tobias
    Options
    Please check out the answer I wrote here:
    http://forum.unity3d.com/threads/photon ... st-2083163

    It will help if you can include links to the various places you post a question. It's simply easier to answer once.
    As said in the reply, you can delete the utilities and the demos in your project. Or for the utilities, you can move them to the assets\plugins folder, too.

    More about the unity folders:
    http://docs.unity3d.com/Manual/ScriptCo ... lders.html