Search Issue Tracker
Fixed in 3.0.4
Fixed in 1.5.4, 2.1.4
Votes
1
Found in [Package]
3.0.3
Issue ID
1305311
Regression
No
TextMeshPro keeps resizing memory buffers when setting text with length difference more than 100
How to reproduce:
1. Open the user's attached project ("TextMeshProGC.zip")
2. Load "SampleScene"
3. Open the Profiler and start recording
4. Enter Play mode
Expected results: GC allocations subside over time (memory is reused)
Actual results: GC allocations continue indefinitely, memory is not reused
Reproducible with: TMP 1.5.0, 1.5.3 (2018.4.31f1), TMP: 2.1.0, 2.1.3 (2019.4.19f1), TMP 3.0.0, 3.0.3 (2020.2.3f1, 2021.1.0b5, 2021.2.0a3)
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
- Assigned font's bold/font-weight styles render using Default Font's assets when Default Font has corresponding style assets defined in TMP Settings
- "Modifying the parent of a VisualElement while it’s already being modified is not allowed" error is thrown when entering text and pressing tab in the Search window
- Mesh colliders are not updating their positions of bounds correctly
- Images are missing from the "Open the sprite editor" documentation for 6.0, 6.1 and 6.2
- The previous element in the array is modified when assigning an Asset to a new element of AssetReferenceT
Resolution Note (fix version 3.0.4):
Fixed in TMP 3.0.4 which is available on Unity 2020.1.0a11 and above
TMP Components created with an older version of TMP have to have vertexBufferAutoSizeReduction set to false manually
Resolution Note (fix version 2.1.4):
Fixed in TMP 2.1.4 which is available in Unity 2019.1.0a1 and above
TMP Components created with an older version of TMP have to have vertexBufferAutoSizeReduction set to false manually
Resolution Note (fix version 1.5.4):
Fixed in TMP 1.5.4 which is available in Unity 2018.4