Photon Basics Tutorial

Options
I'm pretty sure it needs an update
and it also contains errors

Comments

  • JohnTube
    JohnTube ✭✭✭✭✭
    Options
    Hi @kmol,

    Thank you for choosing Photon!

    Could you provide more information about the errors you are referring to and explain why "PUN Basics Tutorial" needs to be updated?
  • kmol
    Options
    Hi John,

    I have to apologize, the post was made in a state of frustration.
    My knowledge of coding is very limited, (learning by doing).

    But, I'll try to be more specific,
    Some of the code is warned as depreciated, both general Unity stuff and Photon specific.
    Some places in the guide ask you to insert X into the method Y(), where Y() is not defined in the example code.
    I had some problems understanding namespace, but it should probably be noted down that variables are only exposed under their own namespace if this is the case.
    Although, not photon related, I could not get the last section to work at all,maybe I missed something or it might be something missing with defining the _targetTransform variable.