documentation, where is it?

I am having a difficult time locating basic documentation. For example, I would like to find a list and description of ALL callbacks, such as OnPhotonInstantiate. Where can I find comprehensive, authoritative technical documentation?

I am a Unity developer new to photon.

Thx.

Comments

  • You can find a PDF in the PUN package. That has general documentation and a reference section for all of the public API.
    All callbacks are listed in form of the enum PhotonNetworkingMessage. We only call methods that are "listed" in this enum.

    New developers using PUN should do the Marco Polo Tutorial, too.
    http://doc.exitgames.com/photon-cloud/M ... o_Tutorial
    Keep an eye out for the link to our version of the Monster package.

    Hope this helps.