回答編集履歴
1
ミス修正
test
CHANGED
@@ -120,9 +120,7 @@
|
|
120
120
|
|
121
121
|
// 処理
|
122
122
|
|
123
|
-
rbChoicePrefab = InstanceRig.GetComponent<Rigidbody2D>(); //変更
|
124
|
-
|
125
|
-
|
123
|
+
InstanceRig.bodyType = RigidbodyType2D.Dynamic; //変更
|
126
124
|
|
127
125
|
|
128
126
|
|