質問編集履歴

1

文法の修正

2018/05/13 13:04

投稿

hinako
hinako

スコア6

test CHANGED
File without changes
test CHANGED
@@ -16,11 +16,11 @@
16
16
 
17
17
  ```unity
18
18
 
19
- public GameObject OkanComment;
19
+ public GameObject Comment;
20
20
 
21
21
  void Update () {
22
22
 
23
- Comment.Setactive (false);
23
+ Comment.SetActive (false);
24
24
 
25
25
  }
26
26