LoginSignup
1
1

Unity ECS でメモリリークを調べる方法

Posted at

概要

掲題の通りです。備忘として記述しています。

結論

Unity -> Preferences -> Jobs -> Leak Detection Level を Enabled With Stack Trace にする。

image.png

すると、実行時にConsoleにリークしてる情報が表示される。

image.png

後はそれを潰していけばいいだけですね(白目)

1
1
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
1
1