コード例 #1
0
 public void WrongAnswer()
 {
     InventorTalk.text = WrongFeedback;
     GoBackButton.SetActive(true);
     //QuestionPanel.SetActive(false);
     Questions[currentQuestion].SetActive(false);
     ButtonScript.AddAttempt(SceneManager.GetActiveScene().name);
 }