質問編集履歴
1
例外の内容を追記しました
title
CHANGED
File without changes
|
body
CHANGED
@@ -10,4 +10,9 @@
|
|
10
10
|
return 1; //動くが例外が飛ぶ
|
11
11
|
}
|
12
12
|
```
|
13
|
-
という問題で困っています。
|
13
|
+
という問題で困っています。
|
14
|
+
|
15
|
+
例外の内容は
|
16
|
+
`MissingReferenceException: The object of type 'Class Name' has been destroyed but you are still trying to access it.`
|
17
|
+
|
18
|
+
よろしくお願いします
|