Upload / Download Statistics

Options
cscan
cscan
I received a request that showing the upload and download transferred data size statistics in my client after the PhotonNetwork connected. Is there any way I can do that?

Comments

  • vadim
    Options
    Take a look at Assets\Photon Unity Networking\Plugins\PhotonNetwork\PhotonStatsGui.cs script to get an idea how traffic stats works in PUN. Or you can just use this script as is if it fits your needs