質問編集履歴

3

本文追記

2018/03/26 04:08

投稿

po_tato
po_tato

スコア97

test CHANGED
File without changes
test CHANGED
@@ -23,6 +23,10 @@
23
23
  コインはprefabで、
24
24
 
25
25
  設定しているタグ名は"Coin"です。
26
+
27
+
28
+
29
+ 今回はプレイヤーの進行方向に3枚のコインを並べて実験しています。
26
30
 
27
31
 
28
32
 

2

本文修正

2018/03/26 04:08

投稿

po_tato
po_tato

スコア97

test CHANGED
File without changes
test CHANGED
File without changes

1

本文修正

2018/03/22 01:14

投稿

po_tato
po_tato

スコア97

test CHANGED
File without changes
test CHANGED
@@ -38,23 +38,9 @@
38
38
 
39
39
 
40
40
 
41
-
42
-
43
- using UnityEngine.SceneManagement;
44
-
45
-
46
-
47
41
  public class PlayerManager : MonoBehaviour
48
42
 
49
43
  {
50
-
51
- //ゲームマネージャー
52
-
53
- public GameObject gameManager;
54
-
55
-
56
-
57
-
58
44
 
59
45
  //プレイヤー制御用Rigidbody2D
60
46