Hi,
I’m trying to batch a 70 objects that share 3 different materials. (25 red, 25 orange and the rest is grey per example) But they are animated with the scale attribute so I’m guessing dynamic batching. But if I combine all the 25 red objects together per example , it’s going way up the 900 vertex limit… Together it goes to approximatively 4000 vertex in unity vertex count. And for the solution of using the combine children script well i need to be able to animate each objet separately when they click on it so I can’t combine them at runtime. So is there an other way? I really need to be able to batch those objects cause it’s for an application on IOs and usually it should be around 20 draw calls and for now the number of draw calls is way too high.
Thank you all