创建文件夹/storage/emulated/0/Android/data/com.wt.no.sdk.test/files/AssetsAndroid/
This commit is contained in:
parent
89cc5691cf
commit
2bab68c591
@ -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();
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user