

UnityEngine.Input to completely intercept clicks when the UI is open.Update loop by throttling raycaster searches to every 0.5s. Significantly reduced CPU usage and fixed lag in large mod lists.SceneManager.sceneLoaded listener to ensure the button is hidden during the entire loading process when entering game scenes.UnityEngine.Input 添加全局 Harmony 补丁,在 MOD 界面打开时彻底切断底层鼠标点击信号。Update 循环,将昂贵的射线发射器搜索频率降低至每 0.5 秒一次。显著降低了 CPU 占用,解决了条目较多时的掉帧卡顿。SceneManager.sceneLoaded 监听机制,确保从大厅进入游戏场景的整个加载过程中按钮处于隐藏状态。NullReferenceException in clipping logic when processing complex mods like SpellCustomizer and YapLocalizer.ApplyAllChanges to ensure all configuration files are properly saved to disk.NullReferenceException 报错。ApplyAllChanges 逻辑,确保所有修改都能正确写入到各自的配置文件中。