回答編集履歴

1

コメントを追加

2015/09/16 02:53

投稿

hy3
hy3

スコア594

test CHANGED
@@ -10,7 +10,7 @@
10
10
 
11
11
  Vector3 direction = Player.transform.position - BulletLaser.transform.position;
12
12
 
13
- direction = direction / direction.magnitude;
13
+ direction = direction / direction.magnitude; // 後の計算のために大きさを1に統一
14
14
 
15
15
  ```
16
16