We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
LoadLanguage 中如果用await m_ResourceManager.LoadAssetAsync(assetName);报错,再m_ResourceManager还没初始化完的情况, AssetObject assetObject = m_AssetPool.Spawn(assetObjectKey); 的m_AssetPool还没初始化,这样需要等待Yooasset初始化完成才能加载数据,这个各个模块的异步顺序初始化还很有必要的
The text was updated successfully, but these errors were encountered:
No branches or pull requests
LoadLanguage 中如果用await m_ResourceManager.LoadAssetAsync(assetName);报错,再m_ResourceManager还没初始化完的情况, AssetObject assetObject = m_AssetPool.Spawn(assetObjectKey); 的m_AssetPool还没初始化,这样需要等待Yooasset初始化完成才能加载数据,这个各个模块的异步顺序初始化还很有必要的
The text was updated successfully, but these errors were encountered: