怎么修改Simulator缓存区大小?

Simulator: Spine material data is too large,buffer has no space to put in it!!!
Simulator: You can adjust MAX_MATERIAL_BUFFER_SIZE in Macro
Simulator: But It’s better to optimize resource to avoid large material.Because it can advance performance

Macro这个里面没有 MAX_MATERIAL_BUFFER_SIZE这个值啊?怎么修改Simulator缓存区大小?

https://github.com/cocos-creator/cocos2d-x-lite/blob/develop/cocos/editor-support/MiddlewareMacro.h#L32
在这里,需要修改引擎

谢谢:heart_eyes:

这个错是个什么啊?