少年修仙传客户端代码仓库
client_Wu Xijin
2018-08-13 46020d26da6d54288221d9415f931327b2b7057b
2391 【前端】游戏性能优化 移除不必要的游戏效果
2个文件已修改
5个文件已删除
117 ■■■■■ 已修改文件
Core/NetworkPackage/ClientPack/ClientToMapServer/A3_Item.meta 9 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
System/FindPrecious/FindPreciousBossBriefInfoBehaviour.cs 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
System/SystemSetting/SystemSetting.cs 3 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
Utility/PostProcessingIniter.cs 27 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
Utility/PostProcessingIniter.cs.meta 12 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
Utility/PostProcessingUtility.cs 52 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
Utility/PostProcessingUtility.cs.meta 12 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
Core/NetworkPackage/ClientPack/ClientToMapServer/A3_Item.meta
File was deleted
System/FindPrecious/FindPreciousBossBriefInfoBehaviour.cs
@@ -171,7 +171,7 @@
            }
            m_Selected.gameObject.SetActive(selected);
            m_BackGround.SetSprite(selected ? "DemonJarSelectFrame" : "DemonJarNormalFrame");
            //m_BackGround.SetSprite(selected ? "DemonJarSelectFrame" : "DemonJarNormalFrame");
            var fontPattern = string.Empty;
            switch (_state)
System/SystemSetting/SystemSetting.cs
@@ -131,21 +131,18 @@
                Shader.DisableKeyword("QUALITY_HGH");
                Shader.DisableKeyword("QUALITY_MED");
                Shader.EnableKeyword("QUALITY_LOW");
                PostProcessingUtility.TogglePostProcessing(false);
                break;
            case GameQuality.Medium:
                Shader.globalMaximumLOD = 250;
                Shader.DisableKeyword("QUALITY_HGH");
                Shader.EnableKeyword("QUALITY_MED");
                Shader.DisableKeyword("QUALITY_LOW");
                PostProcessingUtility.TogglePostProcessing(false);
                break;
            case GameQuality.High:
                Shader.globalMaximumLOD = 500;
                Shader.EnableKeyword("QUALITY_HGH");
                Shader.DisableKeyword("QUALITY_MED");
                Shader.DisableKeyword("QUALITY_LOW");
                PostProcessingUtility.TogglePostProcessing(false);
                break;
        }
Utility/PostProcessingIniter.cs
File was deleted
Utility/PostProcessingIniter.cs.meta
File was deleted
Utility/PostProcessingUtility.cs
File was deleted
Utility/PostProcessingUtility.cs.meta
File was deleted