Search Issue Tracker
Fixed
Fixed in 2021.3.0f1, 2022.3.0f1, 6000.0.29f1, 6000.1.0a6, 7000.0.0a1
Votes
0
Found in
2021.3.41f1
2022.3.39f1
6000.0.12f1
6000.1.0a3
7000.0.0a1
Issue ID
UUM-76335
Regression
No
[TextMeshPro] A lot of submesh children are created when a specific text is displayed
Reproduction steps:
1. Open the attached “ExampleProject” project
2. Open the “Assets/Scenes/SampleScene” scene
3. Enter the Play mode
4. Press the “1” key
5. Observe the “Submeshes” count in the top left corner of the Game view
Expected Result: The “Submeshes” count is small
Actual Result: The “Submeshes” count is over 1400
Reproducible with: 2021.3.41f1, 2022.3.39f1, 6000.0.12f1
Reproducible on: Windows 11 Pro
Not reproducible on: No other environments tested
Notes:
- Pressing the “2” key instead of the “1” key shows the expected behavior
- The main difference between the two loaded text files is the first ten lines
Other similar thread: https://unity.slack.com/archives/C5AURAWV7/p1723539255953729
Add comment
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Opening Terrain Prefab in Prefab Editing Mode throws "NullReferenceException" error
- [Search] Dragging query pills put them behind the search text field
- A CustomPropertyDrawer that returns a PropertyField for a property named the same as a child field will not render all child fields
- Graphics Settings shows default values instead of the real values in the Rendering Debugger when Volume.profile is assigned via script
- Deleting multiple Tags throws “NullReferenceException”, and "Retrieving array element that was out of bounds" errors when holding the Enter key
Resolution Note (fix version 7000.0.0a1):
Avoid creating a new submesh if the previous one still has space.
Resolution Note (fix version 6000.1.0a6):
Avoid creating a new submesh if the previous one still has space.
Resolution Note (fix version 2022.3.0f1):
Avoid creating a new submesh if the previous one still has space.
Resolution Note (fix version 2021.3.0f1):
Avoid creating a new submesh if the previous one still has space.