[Unity]GfxDriver只增长不释放的问题

2019/12 16 10:12

一加手机上,屏幕花屏
ADB打出以下错误信息:
Adreno-GSL : GSL_MEM_ERROR: kgsl_sharememe_alloc ioctl failed.
Adreno-GSL : sharedmem_gpumem_alloc: mmap failed errno 12 out of memory

调用一下下面两行就行
Resources.UnloadUnusedAssets();
GC.Collect();