質問編集履歴
2
記入漏れ
title
CHANGED
File without changes
|
body
CHANGED
@@ -88,7 +88,7 @@
|
|
88
88
|
if(Input.GetMouseButtonDown(0)){
|
89
89
|
|
90
90
|
Debug.Log("不正解");
|
91
|
-
batsu.SetActive(
|
91
|
+
batsu.SetActive(true);
|
92
92
|
|
93
93
|
}
|
94
94
|
}
|
1
不正解のbatsu.SetActive()の中身がfalseになっていたので、trueに修正しました。
title
CHANGED
File without changes
|
body
CHANGED
@@ -35,7 +35,7 @@
|
|
35
35
|
if(Input.GetMouseButtonDown(0)){
|
36
36
|
|
37
37
|
Debug.Log("不正解");
|
38
|
-
batsu.SetActive(
|
38
|
+
batsu.SetActive(true);
|
39
39
|
|
40
40
|
}
|
41
41
|
}
|