We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eae89fe commit 7997d0bCopy full SHA for 7997d0b
Demo/API_V2/Assets/Scripts/GameManager.cs
@@ -86,6 +86,7 @@ private void Start()
86
{
87
mainCanvas.SetActive(true);
88
detailsCanvas.SetActive(false);
89
+ detailsController.ClearDetails();
90
}
91
92
// 切换 MainCanvas 和 DetailsCanvas 的显示状态
0 commit comments