ソースを参照

公用机提交

beiguoxia 3 年 前
コミット
ca12953ef6

+ 1 - 1
GameClient/Assets/Game/HotUpdate/Views/DressUp/PhotographSaveView.cs

@@ -66,7 +66,7 @@ namespace GFGGame
             Texture2D tex = this.viewData as Texture2D;
             byte[] bytes = tex.EncodeToPNG();//将纹理数据,转化成一个png图片
             var filePath = path + fileName;
-            File.WriteAllBytes(filePath, bytes);
+            //File.WriteAllBytes(filePath, bytes);
             //GetSaveState(path);
             savePngAndUpdate(filePath);
         }