コガネブログ

平日更新を目標に Unity や C#、Visual Studio、ReSharper などのゲーム開発アレコレを書いていきます

【Unity】TLS Allocator ALLOC_TEMP_TLS, underlying allocator ALLOC_TEMP_MAIN has unfreed allocations, size 30717

概要

TLS Allocator ALLOC_TEMP_TLS, underlying allocator ALLOC_TEMP_MAIN has unfreed allocations, size 30717

Internal: Stack allocator ALLOC_TEMP_MAIN has unfreed allocations, size 30717

To Debug, run app with -diag-temp-memory-leak-validation cmd line argument. This will output the callstacks of the leaked allocations.

Allocation of 10240 bytes at 0x2a0005020

Allocation of 20477 bytes at 0x2a0000010

Job System 周りでエラーが発生した後に Unity を再生しようとしたら
上記のエラーが発生する現象に遭遇した

Unity を再起動したら直った