update operation logic

This commit is contained in:
何冠峰
2024-07-07 16:01:55 +08:00
parent 25231ecd32
commit 260867b588
46 changed files with 525 additions and 678 deletions

View File

@@ -42,9 +42,6 @@ namespace YooAsset
/// </summary>
internal void UpdatePackage()
{
if (_resourceManager != null)
_resourceManager.Update();
if (_playModeImpl != null)
_playModeImpl.UpdatePlayMode();
}