Search Unity

Question Some metrics in the collection went over the configured values limit. Some values were ignored.

Discussion in 'Netcode for GameObjects' started by andreyshade, Aug 15, 2022.

  1. andreyshade

    andreyshade

    Joined:
    Aug 8, 2017
    Posts:
    10
    Could you tell me how to deal with this message in console? I didn't find any info about this

    Code (CSharp):
    1. Some metrics in the collection went over the configured values limit. Some values were ignored.
    2. Unity.Multiplayer.Tools.NetStats.MetricDispatcher:Dispatch()
    3. Unity.Netcode.NetworkMetrics:DispatchFrame()
    4. Unity.Netcode.NetworkManager:OnNetworkPostLateUpdate()
    5. Unity.Netcode.NetworkUpdateLoop:RunNetworkUpdateStage(NetworkUpdateStage)
     
  2. CosmoM

    CosmoM

    Joined:
    Oct 31, 2015
    Posts:
    204
    This is caused by the multiplayer tools package, and is harmless. I was told the next version should not be spamming this message quite as much.
     
    Kolichikov and andreyshade like this.