質問編集履歴
1
追記
title
CHANGED
File without changes
|
body
CHANGED
@@ -14,4 +14,7 @@
|
|
14
14
|
GameObject cube1 = GameObject.FindGameObjectWithTag ("Cube1");
|
15
15
|
GameObject cube2 = GameObject.FindGameObjectWithTag ("Cube2");
|
16
16
|
cube1.transform.SetParent (cube2);
|
17
|
-
```
|
17
|
+
```
|
18
|
+
###試したこと。
|
19
|
+
参考にしたURL。
|
20
|
+
http://baba-s.hatenablog.com/entry/2014/08/26/100613
|