回答編集履歴

1

文字を変えました

2021/03/05 23:16

投稿

退会済みユーザー
test CHANGED
@@ -4,7 +4,7 @@
4
4
 
5
5
  ```
6
6
 
7
- rigidbody2D = TrapSwitch1.GetComponent<Rigidbody2D>();
7
+ rigidbody2D = SpikePrefab.GetComponent<Rigidbody2D>();
8
8
 
9
9
 
10
10