Search Issue Tracker
Fixed in 1.5.0-preview.3, 2.1.0-preview.3 and 3.0.0-preview.3
Votes
1
Found in [Package]
2018.4
2019.3
2019.3.0f6
2020.1
Issue ID
1218365
Regression
Yes
Default TextMeshPro Text preset is not applied when creating a new TextMeshPro Text object
How to reproduce:
1. Open the attached 'project-1218365.zip' project
2. In the Project Browser inspect the 'TextMeshProUGUI' preset
3. In the Hierarchy window create a new 'Text - TextMeshPro' object
4. Observe it's 'TextMeshPro - Text' component
Expected result: default 'TextMeshProUGUI' preset values are applied to the new Text object
Actual result: default 'TextMeshProUGUI' preset values are NOT applied to the new Text object
Reproducible with: 2018.4.17f1, 2019.3.1f1, 2020.1.0a23
Could not test with: 2017.4.37f1 (Package Manager not available)
Note: adding the 'TextMeshPro - Text (UI)' component to an existing objects works as expected
Comments (1)
-
unace
Feb 11, 2020 16:53
It occurs not only on TextMeshPro Text but also on UGUI Text.
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
- Required SpriteMask class (ID 331) is stripped when "Strip Engine Code" is enabled
- “Maximized serialized file backup not found” error is thrown when minimizing a window in a newly opened project
- Build stack trace contains invalid lines when building with IL2CPP using scripts with delegates containing generic types in the signature
- Entities Systems window has a “Show Full Player Loop” dropdown which does nothing when clicked after enabling “Show Full Player Loop”
- Entities Hierarchy Search “Show/Hide” button’s Lens Icon is blurry when the Editor is on an external monitor
Resolution Note (fix version 1.5.0-preview.3, 2.1.0-preview.3 and 3.0.0-preview.3):
Support for Presets was added to TMP in Preview 3. Please install the latest preview version of the TMP package which is version 1.5.0-preview.4 for Unity 2018.4, 2.1.0-preview.4 for Unity 2019.x and 3.0.0-preview.4 for Unity 2020.x
See the following in the ChangeLog for preview 3 of the TMP package.
- Added support for Unity Presets in the Editor for both <TextMeshPro> and <TextMeshProUGUI> components. Case #1191793