(client) feat:UI更新 chore:LogUI性能更好,并且修复反复打开Log消失的bug,删除部分非预期的警告

This commit is contained in:
m0_75251201
2025-08-30 00:26:27 +08:00
parent 34abe845b1
commit 7252698764
58 changed files with 4849 additions and 508 deletions

View File

@ -5,7 +5,7 @@ using UnityEngine.SceneManagement;
namespace UI
{
public class DevMenuUI : UIBase
public class DevMenuUI : FullScreenUI
{
public GameObject menuContent;