guodong 2 年之前
父节点
当前提交
f91b284f44
共有 1 个文件被更改,包括 0 次插入5 次删除
  1. 0 5
      GameClient/Assets/Game/HotUpdate/Controller/GameController.cs

+ 0 - 5
GameClient/Assets/Game/HotUpdate/Controller/GameController.cs

@@ -11,11 +11,6 @@ namespace GFGGame
 
         public static void Start()
         {
-            var shader1 = GFGAsset.Load<Shader>(ResPathUtil.GetShaderPath("Effect_distortion_add"));
-            Log.Warning($"shader1 null {shader1 == null}");
-            GFGAsset.Load<Shader>(ResPathUtil.GetShaderPath("Effect_distortion_blend"));
-            var shader2 = Shader.Find("Effect_distortion_add");
-            Log.Warning($"shader2 null {shader2 == null}");
             //界面
             ViewManager.Init();
             //日志