Search Issue Tracker
Fixed in 1.5.0, 2.1.0, 3.0.0
Votes
0
Found in [Package]
3.0.0, 2.0.1
Issue ID
1251229
Regression
No
[TMP] TextMeshPro font preset focus is being lost when resetting
TextMeshPro Font preset asset focus is being lost when resetting.
Steps to repro:
1. Open the attached project.
2. Project Window > Search "MyTestFont" Font > Create its preset asset.
3. Select MyTestFont preset > Inspector > Reset.
Actual Result:
TextMeshPro Font preset focus is being lost.
Expected Result:
TextMeshPro Font preset should not lose its focus.
Reproducible in:
2020.2.0a13, 2020.1.0b11, 2019.3.15f1, 2019.2.0f1, 2019.1.0f1, 2018.4.23f1.
with Package version 3.0.0-preview.13, 3.0.0-preview.1, 2.0.1-preview.13, 2.0.0, 1.4.1.
Environment:
Occurring on Windows 10 & Mac 10.15.
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
- Scene Filter buttons reset to "All" in the Occlusion Window when entering Play Mode but the Scene Filters themselves do not reset
- Transition property is not disabled in the UI Builder when it is set by a variable
- Crash on PersistentManager::GetSerializedType when opening a specific Scene
- GlobalObjectId.GetGlobalObjectIdSlow returns empty ID when in Prefab Isolation Mode
- Crash on Transform::RemoveFromParent when deleting a child GameObject
Resolution Note (fix version 1.5.0, 2.1.0, 3.0.0):
As such, the TMP assets which are TMP_FontAsset, TMP_SpriteAsset, TMP_StyleSheet, TMP_ColorGradient and TMP_Settings will now be using the [ExcludeFromPresetAttribute] to remove the ability to create presets for these runtime and persistent assets.