Problem-AccountService error...

I have updated my PUN in to a new version lately and since then I always get this error :
Missing partial modifier on declaration of type `AccountService'. Another partial declaration of this type exists.

I am not running or trying to run my game on the cloud if that has anything to do with it or with the solution of this problem.

Many thanks for anyone who helps with fixing this issue :)!

Comments

  • Since v1.16 we use different code to register Photon Cloud accounts. This is an Editor change only but in your case, new files clash with some older ones.
    You could fix this by deleting the files in the folder:
    Assets ... \Editor\PhotonNetwork\

    Then re-import the latest PUN version.
    I'm sorry you ran into this issue.