From 2bab68c59145f39f0c6beb49dd702f2754929882 Mon Sep 17 00:00:00 2001 From: Liang Zhao Date: Wed, 19 Jan 2022 17:07:35 +0800 Subject: [PATCH] =?UTF-8?q?=E5=88=9B=E5=BB=BA=E6=96=87=E4=BB=B6=E5=A4=B9/s?= =?UTF-8?q?torage/emulated/0/Android/data/com.wt.no.sdk.test/files/AssetsA?= =?UTF-8?q?ndroid/?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Assets/Src/GameLogic/GameMgr.cs | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Assets/Src/GameLogic/GameMgr.cs b/Assets/Src/GameLogic/GameMgr.cs index 79bfc5f3b..3289c6df6 100644 --- a/Assets/Src/GameLogic/GameMgr.cs +++ b/Assets/Src/GameLogic/GameMgr.cs @@ -2,7 +2,7 @@ using System.Collections; using LuaInterface; using System.Collections.Generic; - +using System.IO; public class GameMgr : SingletonMono { @@ -200,6 +200,8 @@ public class GameMgr : SingletonMono //启用日志 StartLog(); + Directory.CreateDirectory(FileSystem.LocalDocumentPath); + //读取Apk设置文件 //yield return StartCoroutine(ReadVersionFile()); //InitData();