Help getting started with PUN.

Hi :)

Please excuse my ignorance. Where do I simply find Unity package to import into my project to try start implementing PUN?

I've gone here... https://cloud.exitgames.com/Download/ ...and download the Unity SDK. I don't think this is what I want. Copying the lib into my project doesn't give me all I need and the demos are great but what files do and dont I need to implement it into my project. I tried importing the package from the asset store, again the demo's are great but what files do I need to keep.

While writing this I found my answer to my question. The readme file in the package I imported from the Asset Store contains these 3 lines...
Clean PUN Import (no demos)
To import only the scripts of Photon Unity Networking into an existing project:
skip anything except the folders "Plugins" and "Editor".

Why doesn't the download on the Photon website contain a clean import Unity package?

I'm relatively new to programming so please excuse me if I'm asking a stupid questions. I feel that Photon needs step-by-step documentation that covers everything starting from the very basic. If it exists please direct me to it. I have looked through everything on the Photon website.

Also all the demos give me this error but continue to work...
Non matching Profiler.EndSample (BeginSample and EndSample count must match)
...I've tried googling it to no avail.

Thanks for reading :)

Comments

  • Try this:
    http://u3d.as/2ey

    Photon Unity Networking (PUN) is the easiest start we can offer.
    Also work through the Marco Polo Tutorial:
    http://doc.exitgames.com/photon-cloud/M ... o_Tutorial

    More documentation:
    http://doc.exitgames.com/photon-cloud

    > Why doesn't the download on the Photon website contain a clean import Unity package?
    Just for packaging reasons. We included several projects in the zip, so you could "open project" in Unity.

    > Non matching Profiler.EndSample (BeginSample and EndSample count must match)
    Which demo gave you this error and where does the error message point you to?
  • Thanks Tobias

    Every demo in http://u3d.as/2ey gives the error. The error doesn't point to any particular script.
  • We can't reproduce the issues in Unity 4 when we download the package from the asset store. We tested with Unity Free, too.
    Did you download again and import into a fresh, empty project? Which Unity version do you use?