其他分享
首页 > 其他分享> > Unity 3D【疑难错误】分配器溢出 (Size overflow in allocator)

Unity 3D【疑难错误】分配器溢出 (Size overflow in allocator)

作者:互联网

错误显示

启动项目时弹出错误: Size overflow in allocator

错误原因

分配器溢出

出现条件

在内存占用较大的项目中
Unity卡顿导致死机

解决方案

找到与Assets文件夹同一路径下的Library文件和Temp文件,并且将这两个文件删除

扩展

Library:程序集和库的缓存文件

Temp:临时文件夹,保存项目的临时数据

标签:文件,Temp,Library,Unity,文件夹,分配器,allocator
来源: https://blog.csdn.net/kxc270065495/article/details/100543800