Search Issue Tracker
Not Reproducible
Votes
0
Found in
2022.3.18f1
2023.2.7f1
2023.3.0b4
Issue ID
UUM-62105
Regression
No
[TextMeshPro] Wrong “preferredHeight” is returned when using “CalculatePreferredValues” if having VerticalLayout and “Control Child Size” “Height” enabled
How to reproduce:
1. Open the user’s attached “TMPPreferredHeightBug.7z” project
2. Open “SampleScene” Scene (Assets > Scenes)
3. Enter Play Mode
4. Press the “Reproduce Bug” Button 3 times
5. Observe the result
Expected result: All of the text is higher than the button
Actual result: Some of the text is at the same height as the button
Reproducible with: 3.0.6 (2021.3.34f1), 3.2.0-pre.7 (2022.3.19f1, 2023.2.8f1, 2023.3.0b4
Could not test with: 4.0.0-pre.2 (errors after package upgrade)
Reproduced on: macOS 14.2.1 (Intel)
Not reproducible on: No other environment tested
Note: reproducible in the Editor and Standalone Player (macOS)
Workaround: change “m_internalCharacterInfo[m_characterCount + 1].character” to “m_TextProcessingArray[m_characterCount + 1].unicode” in “TMP_Text.cs”
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
- Mono Windows Builds don't produce full log callstacks when generating logs
- AssetBundles fail to load when running in Built Players for Mobile Devices
- UI elements with text gets bigger and grey when Player window is moved to another screen with different resolution
- System name accepts multiline text but crops it on confirmation, duplicates input, and shrinks the field when empty
- UI element scale and position are wrong in project build when DRS is changed with HDR and Software Dynamic Resolution enabled
Resolution Note:
This potential issue no longer reproduces with the more recent version of TextMesh Pro such as version 3.2.0-pre.12 or the included version of TMP packaged with Unity 6.x.
Most likely this behavior was resolved in previous releases.