Please disclose if any significant portion of your mod was created using AI tools by adding the 'AI Generated' category. Failing to do so may result in the mod being removed from Thunderstore.
| Date uploaded | 9 months ago |
| Version | 1.0.4 |
| Download link | chuxiaaaa-NetworkMetricsFix-1.0.4.zip |
| Downloads | 21874 |
| Dependency string | chuxiaaaa-NetworkMetricsFix-1.0.4 |
This mod requires the following mods to function
BepInEx-BepInExPack
BepInEx pack for Mono Unity games. Preconfigured and ready to use.
Preferred version: 5.4.2100README
NetworkMetricsFix 网络指标修复
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
MaxNumberOfValuesfrom100to1000将
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 支持
-
The thred in the LC Modding Discord Server
QQ群:263868521,找群主反馈
CHANGELOG
1.0.6
优化
Optimized
1.0.5
Due to Zeekeers' update to a new version of Unity, the optimizations made by the NetworkMetricsFix mod for NetworkMetrics will no longer have any effect. Therefore, I have removed the configuration option EnableNetworkMetrics.
由于 Zeekeers 更新到了新版本的 Unity,NetworkMetricsFix模组对NetworkMetrics的优化将没有任何作用了。所以我将配置项EnableNetworkMetrics给移除了
1.0.4
Fix warning from MonoDetour
修复 MonoDetour 导致的警告
1.0.3
UPDATE README.md
修改 README.md
1.0.2
Add Config General.EnableNetworkMetrics
新增配置General.EnableNetworkMetrics
1.0.1
UPDATE README.md
修改 README.md
1.0.0
Initial Release.
发布