update: 添加初始化组件操作

deeplink
胡宇飞 2024-04-09 17:24:41 +08:00
parent baae2a6eb4
commit 860d353b9a
1 changed files with 8 additions and 0 deletions

View File

@ -132,9 +132,17 @@ namespace Guru
_onCompleteCallback = onComplete; _onCompleteCallback = onComplete;
_isDebugEnabled = config.DebugMode; _isDebugEnabled = config.DebugMode;
InitAssets();
}
private void InitAssets()
{
InitUpdaters(); // Updaters
InitThreadHandler(); // 初始化线程处理器 InitThreadHandler(); // 初始化线程处理器
} }
void Start() void Start()
{ {
//---- Start All tools ---- //---- Start All tools ----