Search Unity

  1. Welcome to the Unity Forums! Please take the time to read our Code of Conduct to familiarize yourself with the forum rules and how to post constructively.
  2. Join us on March 30, 2023, between 5 am & 1 pm EST, in the Performance Profiling Dev Blitz Day 2023 - Q&A forum and Discord where you can connect with our teams behind the Memory and CPU Profilers.
    Dismiss Notice

Question Profiling bandwidth usage / network stats

Discussion in 'Multiplayer Tools' started by Bugfoot, Jan 29, 2009.

  1. Bugfoot

    Bugfoot

    Joined:
    Jan 9, 2009
    Posts:
    533
    Is there any built-in tool/API method to query for network statistics on the fly? I'd like to see how much I'm sending and receiving, ping, and packet loss.

    Thanks!
     
  2. MikeHergaarden

    MikeHergaarden

    Joined:
    Mar 9, 2008
    Posts:
    1,019
    Open the stats window for built-in network stats (these only show when your actually connected).

    If you need more details; use something like
    wireshark(free).