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
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
- Out-of-bounds memory access with multiple CanvasRenderers under a Canvas when using Mesh API
- Inspector tries to access file after it was deleted when the file was locked in Inspector window
- Changing Transform values in Search window Inspector loses focus while dragging and stopping mouse without releasing dragging action
- Saving changes on the dirty VFX Graph during the Play mode throws "The referenced script (Unknown) on this Behaviour is missing!" warnings
- VFX Graph Debug Info overlaps the "Initialize" block debug info by default
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.