i noticed that the problem happen also in the optimization topic draw call first was 17 but when scroll down to fast draw call increase to 65
cocos creator version 2.2.2
Because the label and mask components will interrupt batch rendering, you can use system fonts and use BITMAP in cacheMode.It can add the label’s rendered texture to dynamicAtlas and reduce DC.
@zzf_Cocos i disabled mask also am using bitmap and dynamicAtlas
it seems cocos creator don’t batch the tabs because they are in separate parents nodes i did a small test where is duplicate every thing in same parent i got good draw call (4 only )… is there is any solution for that please help