I have several GameObject with textMeshPro component attached to them, each one of them draw themselves individually resulting in a lot of draw call is there any way to batch them? Each one of them comes from the same prefab and none of theres attributes other than text are being modified. These are not the UI Version of the TextMeshPro.
\$\begingroup\$ \$\endgroup\$
3 - \$\begingroup\$ Same issue here. Have them on same Z value, static etc. All the things that should be done to make it batch. But they're not. \$\endgroup\$Confused– Confused2022-07-17 12:34:38 +00:00Commented Jul 17, 2022 at 12:34
- \$\begingroup\$ @Confused Just a guess: do they use the same font? If some characters are not included by the font, they will use the fallback font, which will break the batching. \$\endgroup\$Mangata– Mangata2022-07-18 07:21:43 +00:00Commented Jul 18, 2022 at 7:21
- \$\begingroup\$ Everything single thing is the same. Am isolating to make this work. Yet it isn't working. Documents (from the past) strongly indicate it should work. @Mangata \$\endgroup\$Confused– Confused2022-07-19 15:50:00 +00:00Commented Jul 19, 2022 at 15:50
Add a comment |