Sharing PUN Basics Tutorial compeleted Unity project

Hi , I have completed the tutorial and pushed the Unity project working fine to GIthub.
Please read README when you use it.
And let me know if you find some issue or improvement idea.

https://github.com/hypergori/PunBasicsTutorial

Comments

  • Hi,

    Excellent! thanks for your input. I'll go through that and implement it all back into the official website and code.

    Some of your comments were already on our dev branch and will be pushed early next week, I have also noticed earlier today that the right menu is missing chapter 5 about player prefab creation, this will be addressed too :)

    If you have comments on the wordings, let me know as well, being non english makes it hard :)

    Thanks again for your contribution, it's very valuable!

    Bye,

    Jean
  • JohnTube
    JohnTube ✭✭✭✭✭
    edited October 2016
    FYI: PUN Basics Tutorial has been updated. Update include fixes and missing parts added thanks to @jeanfabre

    @hypergori Thank you for your contribution. We appreciate it.
  • Hi,

    Ok, I have a question actually:

    -- you mention that the camera doesn't follow the player, but in the cameraWork script does that inside OnStartFollowing() and in the doc I do mention to call this:

    http://doc.photonengine.com/en-us/pun/current/tutorials/pun-basics-tutorial/player-networking#cam_control

    Can you confirm this is not working. Maybe I am missing the obvious :)

    Bye,

    Jean