質問編集履歴
1
記載しているコードの一部の型を間違えていたので修正
test
CHANGED
File without changes
|
test
CHANGED
@@ -22,15 +22,15 @@
|
|
22
22
|
|
23
23
|
```
|
24
24
|
|
25
|
-
|
25
|
+
Transform betunoObject;
|
26
26
|
|
27
|
-
Vactor3 c
|
27
|
+
Vactor3 betunoObjectNoPosition;
|
28
28
|
|
29
29
|
void Update()
|
30
30
|
|
31
31
|
{
|
32
32
|
|
33
|
-
|
33
|
+
betunoObject.position = betunoObjectNoPosition;
|
34
34
|
|
35
35
|
}
|
36
36
|
|