質問編集履歴

1

説明文の編集

2015/07/24 08:07

投稿

MeramiNium.F
MeramiNium.F

スコア28

test CHANGED
File without changes
test CHANGED
@@ -48,7 +48,11 @@
48
48
 
49
49
  初心者じみた質問ですみません。
50
50
 
51
+ Update内のPlayerV = transform.Translate(Vector3.forward * PlayerSpeed);
52
+
53
+
54
+
51
- Update内のPlayerV = transform.Translate(Vector3.forward * PlayerSpeed); が Assets/Player.cs(20,9): error CS0029: Cannot implicitly convert type `void' to `UnityEngine.Vector3'
55
+ Assets/Player.cs(20,9): error CS0029: Cannot implicitly convert type `void' to `UnityEngine.Vector3'
52
56
 
53
57
  といったエラーが出ていて、全くわかりません。
54
58