创建文件夹/storage/emulated/0/Android/data/com.wt.no.sdk.test/files/AssetsAndroid/

This commit is contained in:
Liang Zhao 2022-01-19 17:07:35 +08:00
parent 89cc5691cf
commit 2bab68c591

View File

@ -2,7 +2,7 @@
using System.Collections;
using LuaInterface;
using System.Collections.Generic;
using System.IO;
public class GameMgr : SingletonMono<GameMgr>
{
@ -200,6 +200,8 @@ public class GameMgr : SingletonMono<GameMgr>
//启用日志
StartLog();
Directory.CreateDirectory(FileSystem.LocalDocumentPath);
//读取Apk设置文件
//yield return StartCoroutine(ReadVersionFile());
//InitData();