回答編集履歴

1

微修正

2018/12/24 09:46

投稿

negitama
negitama

スコア943

test CHANGED
@@ -4,6 +4,6 @@
4
4
 
5
5
  ```
6
6
 
7
- transform.position += new Vector2(mouse_x, mouse_y);
7
+ transform.position += new Vector3(mouse_x, mouse_y, this.tranform.position.z);
8
8
 
9
9
  ```