Search Unity

Third Party Photon Networking - Bytes sent/received

Discussion in 'Multiplayer' started by nevaran, Nov 24, 2014.

  1. nevaran

    nevaran

    Joined:
    May 21, 2010
    Posts:
    247
    I'll be straight onto the point:
    How can I count a local player's bytes sent and received per second?
    I have tried numerous ways, one of which is using the Photon's 'Photon Stats Gui" script, but its not very flexible ,as in I need only bytes sent/received, and not a whole interview with the network service.

    Anyone has ideas/answers on how to do it?
     
  2. tobiass

    tobiass

    Joined:
    Apr 7, 2009
    Posts:
    3,067
    Take a look at the Stats GUI script and get the values you need?
    The GUI itself is not needed. You can access the values via code. :)