fix: 实验启动时恢复显示TipPanel和DialogueBubble
HideAllPages()隐藏了这两个面板,ActivateExperimentObjects()中补上显示
This commit is contained in:
@@ -354,7 +354,8 @@ public class PageController : MonoBehaviour
|
||||
var point1 = touch.transform.GetChild(0).gameObject;
|
||||
point1.SetActive(true);
|
||||
Debug.Log("PageController: touchArray/point1 已显示");
|
||||
}
|
||||
var tipPanel = GameObject.Find("TipPanel"); if (tipPanel != null) tipPanel.SetActive(true);
|
||||
var dialogue = GameObject.Find("DialogueBubble"); if (dialogue != null) dialogue.SetActive(true); }
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user