This commit is contained in:
huangjiayu 2023-09-19 10:40:13 +08:00
parent d0bd7ace01
commit fa345cba57
2 changed files with 1 additions and 1 deletions

View File

@ -57,6 +57,7 @@ namespace Adam
public void SwitchPanel() public void SwitchPanel()
{ {
UIManager.Instance.threeDTip.gameObject.SetActive(false);
GoToTheScenePlane.SetActive(false); GoToTheScenePlane.SetActive(false);
} }
} }

View File

@ -81,7 +81,6 @@ public class UIManager : MonoSingleton<UIManager>
{ {
threeDTip.transform.parent.gameObject.SetActive(true); threeDTip.transform.parent.gameObject.SetActive(true);
threeDTip.text = name; threeDTip.text = name;
} }
} }
} }