質問編集履歴
1
不備
test
CHANGED
File without changes
|
test
CHANGED
@@ -72,7 +72,7 @@
|
|
72
72
|
|
73
73
|
{
|
74
74
|
|
75
|
-
Instantiate(obj, createPos + new Vector3(0,0,0), Quaternion.identity);
|
75
|
+
Instantiate(obj, createPos + new Vector3(0,0,-10), Quaternion.identity);
|
76
76
|
|
77
77
|
Destroy(this.gameObject, timer);
|
78
78
|
|