回答編集履歴
3
補足
test
CHANGED
@@ -6,9 +6,7 @@
|
|
6
6
|
|
7
7
|
参照:
|
8
8
|
|
9
|
-
[https://docs.unity3d.com/ScriptReference/Joint-connectedBody.html
|
10
|
-
|
11
|
-
](https://docs.unity3d.com/ScriptReference/Joint-connectedBody.html)
|
9
|
+
[https://docs.unity3d.com/ja/current/ScriptReference/Joint2D-connectedBody.html](https://docs.unity3d.com/ja/current/ScriptReference/Joint2D-connectedBody.html)
|
12
10
|
|
13
11
|
```cs
|
14
12
|
|
2
補足
test
CHANGED
@@ -3,6 +3,12 @@
|
|
3
3
|
itaには、``Rigidbody 2D`` Componentが必要です
|
4
4
|
|
5
5
|
|
6
|
+
|
7
|
+
参照:
|
8
|
+
|
9
|
+
[https://docs.unity3d.com/ScriptReference/Joint-connectedBody.html
|
10
|
+
|
11
|
+
](https://docs.unity3d.com/ScriptReference/Joint-connectedBody.html)
|
6
12
|
|
7
13
|
```cs
|
8
14
|
|
1
ソース修正
test
CHANGED
@@ -1,6 +1,6 @@
|
|
1
|
-
``
|
1
|
+
``connectedBody``に入れるのは``Rigidbody 2D``なので、こんな感じじゃないでしょうか。
|
2
2
|
|
3
|
-
itaには、Rigidbody2DComponentが必要です
|
3
|
+
itaには、``Rigidbody 2D`` Componentが必要です
|
4
4
|
|
5
5
|
|
6
6
|
|