diff --git a/Assets/AddressableAssetsData/Android/addressables_content_state.bin b/Assets/AddressableAssetsData/Android/addressables_content_state.bin index cdc931a5b..8247af875 100644 Binary files a/Assets/AddressableAssetsData/Android/addressables_content_state.bin and b/Assets/AddressableAssetsData/Android/addressables_content_state.bin differ diff --git a/Assets/Script/UI/PC/PCUI.cs b/Assets/Script/UI/PC/PCUI.cs index 1b0376b7c..207e9591f 100644 --- a/Assets/Script/UI/PC/PCUI.cs +++ b/Assets/Script/UI/PC/PCUI.cs @@ -40,7 +40,10 @@ public class PCUI : BotMenuBase if (PCInfoUI.Ins.m_PCInfoUI_Center.CostumeIdWhenEnter != sdata.Get_EqiupmentEquip(eItem.PCCostume)) { ActorInfo.Ins.Destroy_Mobs(); - PCInfo.Ins.Make_Actors(false, ServerInfo.Ins.m_ServerData, true); + CoroutineMgr.Ins.Set_Coroutine(() => + { + PCInfo.Ins.Make_Actors(false, ServerInfo.Ins.m_ServerData, true); + }, 0.02f); } } } \ No newline at end of file