回答編集履歴

1

符号を修正

2018/12/01 22:48

投稿

Bongo
Bongo

スコア10807

test CHANGED
@@ -6,7 +6,7 @@
6
6
 
7
7
  ```C#
8
8
 
9
- rb.velocity -= Mathf.Sqrt(2f * -Physics.gravity.y * jh) * transform.up;
9
+ rb.velocity += Mathf.Sqrt(2f * -Physics.gravity.y * jh) * transform.up;
10
10
 
11
11
  ```
12
12