質問編集履歴
3
情報の追加
test
CHANGED
File without changes
|
test
CHANGED
@@ -69,3 +69,5 @@
|
|
69
69
|
**Instantiate(toshow, toshowpos, Quaternion.identity,c.transform);**
|
70
70
|
|
71
71
|
がおかしいと思うのですがわかりませんでした。
|
72
|
+
|
73
|
+
また、Instantiateでnullが返ってくる等ではなく、シーン上に出すこともできない感じでした。
|
2
コピーミス
test
CHANGED
File without changes
|
test
CHANGED
@@ -48,7 +48,7 @@
|
|
48
48
|
|
49
49
|
{
|
50
50
|
|
51
|
-
toshow = (GameObject)Resources.Load(hit.collider.gameObject.
|
51
|
+
toshow = (GameObject)Resources.Load(hit.collider.gameObject.name + "et");
|
52
52
|
|
53
53
|
Vector3 toshowpos = new Vector3(311, 100);
|
54
54
|
|
1
コピーミス
test
CHANGED
File without changes
|
test
CHANGED
@@ -48,7 +48,7 @@
|
|
48
48
|
|
49
49
|
{
|
50
50
|
|
51
|
-
toshow = (GameObject)Resources.Load(hoge
|
51
|
+
toshow = (GameObject)Resources.Load(hit.collider.gameObject.tag + "et");
|
52
52
|
|
53
53
|
Vector3 toshowpos = new Vector3(311, 100);
|
54
54
|
|