Beginner Question | Taking PUN into existing Project

Options
Hey!

I have a bit of a problem getting PUN into my existing project. Whenever I
import it from the Asset Store I get following error:
Assets/Photon Unity Networking/Demos/DemoChangeOwner/DemoOwnershipGui.cs(25,13): error CS0117: `GUI' does not contain a definition for `skin'
after that I tried to create a new Project in Unity and Import it there, everything worked out fine and I could use the Demos but if I tried to import the assets from my other project dir or change anything from the project I get the same errors.

help would be awesome!

Edit:
Also if I remove the Demos I get even more errors.

Mineorbit

Comments

  • vadim
    Options
    What Unity version do you use?
    What are errors after Demos deletion? And what if only DemoChangeOwner deleted?
  • Thanks for the fast answer!

    I'm using Unity 4.6. started deleting the error files in the end I had to remove alot of
    files. When I just remove the demos I get other errors because of the GUI classes.

    Thanks so far!

    Edit:
    Ok I worked on a bit more!
    Now I got everything working except the GUI.
    It seems that PUN doesn't allow me to make my own UI.
    If you know any solution or a link to a resource that would be awesome!

    Thanks so far!
  • vadim
    Options
    It seems that PUN doesn't allow me to make my own UI
    How could that be?
    Again, what are the errors?