teratail header banner
teratail header banner
質問するログイン新規登録

質問編集履歴

1

タイトルの修正、バージョン情報の追加

2021/12/06 03:12

投稿

Unity_CreatorV
Unity_CreatorV

スコア0

title CHANGED
@@ -1,1 +1,1 @@
1
- UNITYでのメモリリークの対応について
1
+ UNITYでのメモリリークの対処方法
body CHANGED
@@ -9,15 +9,13 @@
9
9
  より詳しく原因を突き止めるのにアドバイスなどありましたらご教授ください。
10
10
  また、なんでも細かいことでも結構ですので、何かありましたらアドバイスなどお願いいたします。
11
11
 
12
- 当方初心者であり、理解力に自信はありませんが、
13
- 問題解決のために努力は惜しまない所存です。
14
12
 
15
13
 
16
14
  ### 発生している問題・エラーメッセージ
17
15
 
18
16
 
19
17
  エラーメッセージ
20
- A Native Collection has not been disposed, resulting in a memory leak. Enable Full StackTraces to get more details.```
18
+ A Native Collection has not been disposed, resulting in a memory leak. Enable Full StackTraces to get more details.
21
19
 
22
20
 
23
21