質問編集履歴
1
質問内容の変更
test
CHANGED
File without changes
|
test
CHANGED
@@ -4,6 +4,8 @@
|
|
4
4
|
|
5
5
|
|
6
6
|
|
7
|
+
|
8
|
+
|
7
9
|
```public class EquipSetImage1 : MonoBehaviour
|
8
10
|
|
9
11
|
{
|
@@ -284,6 +286,16 @@
|
|
284
286
|
|
285
287
|
```
|
286
288
|
|
289
|
+
エラーが起きた場所
|
290
|
+
|
291
|
+
Instantiate(Soard, UnityChan.transform.position + new Vector3(0f, 1f, 0f), UnityChan.transform.rotation);
|
292
|
+
|
293
|
+
コード
|
294
|
+
|
295
|
+
```
|
296
|
+
|
297
|
+
```
|
298
|
+
|
287
299
|
エラー内容
|
288
300
|
|
289
301
|
MissingReferenceException: The object of type 'GameObject' has been destroyed but you are still trying to access it.
|