回答編集履歴

2

修正

2020/01/02 14:28

投稿

madone99
madone99

スコア1857

test CHANGED
@@ -1,4 +1,4 @@
1
- かっこの対応関係が合ってません
1
+ かっこの対応関係が合ってません
2
2
 
3
3
 
4
4
 
@@ -6,7 +6,7 @@
6
6
 
7
7
  ```C#
8
8
 
9
- if (transform.position.y < -15.5f) {
9
+      if (transform.position.y < -15.5f) {
10
10
 
11
11
  Destroy(gameObject);
12
12
 
@@ -28,6 +28,6 @@
28
28
 
29
29
 
30
30
 
31
- }
31
+ } // update()終了
32
32
 
33
33
  ```

1

修正

2020/01/02 14:28

投稿

madone99
madone99

スコア1857

test CHANGED
@@ -1,3 +1,9 @@
1
+ かっこの対応関係が合ってません
2
+
3
+
4
+
5
+
6
+
1
7
  ```C#
2
8
 
3
9
  if (transform.position.y < -15.5f) {
@@ -18,6 +24,10 @@
18
24
 
19
25
  }
20
26
 
27
+ } // <- ここも
28
+
29
+
30
+
21
- }
31
+ }
22
32
 
23
33
  ```