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();
             //日志