chuxiaaaa-NetworkMetricsFix icon

NetworkMetricsFix

Disable or optimize network analyzer

Last updated a day ago
Total downloads 1299
Total rating 3 
Categories Mods Client-side Bug Fixes Performance
Dependency string chuxiaaaa-NetworkMetricsFix-1.0.3
Dependants 7 other packages depend on this package

This mod requires the following mods to function

BepInEx-BepInExPack-5.4.2100 icon
BepInEx-BepInExPack

BepInEx pack for Mono Unity games. Preconfigured and ready to use.

Preferred version: 5.4.2100

README

NetworkMetricsFix 网络指标修复

Thunderstore Version Thunderstore Downloads

Optimization caused by too much network transmission Unity.Multiplayer.Tools.Net Stats output a lot Some metrics in the collection went over the configured values limit. Some values were ignored. warning

优化因网络传输过多导致Unity.Multiplayer.Tools.NetStats输出大量Some metrics in the collection went over the configured values limit. Some values were ignored.警告

Should be work to Unity Netcode games that have the same problem

适用于存在相同问题的 Unity Netcode 游戏

After testing, this can optimize game performance.

经过测试,这能优化游戏性能。

Config 配置

  • General.EnableNetworkMetrics
    • Enable = false(Default)

      • Disabling the entire NetworkMetrics feature can provide better optimization performance compared to keeping it enabled, but it will result in the loss of network traffic analysis functionality.

        禁用NetworkMetrics的所有功能,相比开启的情况下,会提供更好的优化效果,但无法使用网络流量分析功能

    • Enable = true

      • See How it Works

        见工作原理

How it Works 工作原理

  • Set MaxNumberOfValues from 100 to 1000

    MaxNumberOfValues 的默认值修改为 1000

  • Completely disable the Some metrics in the collection went over the configured values limit.Some values were ignored. warning

    完全禁用Some metrics in the collection went over the configured values limit. Some values were ignored.警告

Support 支持