Photon.MonoBehaviour

Options
.....

https://subversion.assembla.com/svn/playmaker_public/trunk/Photon%20Unity%20Networking/Plugins/PhotonNetwork/NetworkingPeer.cs

why there can use "Photon.MonoBehaviour"

and in exit games ; i watched someone used photonNetwork ...

where this code can i use in unity client ?

Comments

  • Leepo
    Options
    I don't understand your question.

    You never -NEED- to use Photon.Monobehaviour, but if you do you can use photonView.RPC directly instead having to use GetComponent<PhotonView>.RPC. That's the only real use of Photon.Monobehaviour.

    PhotonNetwork.XXXX is used for all API methods.
  • ymlyjq
    Options
    suspect myself ...

    in my unity, use photon3unity3d.dll i can

    use

    using ExitGames.Client.Photon;
    using ExitGames.Client.Photon.Lite;

    that ...

    can you tell me ??

    loki
    thanks