Search Issue Tracker
Won't Fix
Votes
0
Found in [Package]
2.0.1
Issue ID
1190740
Regression
No
[TMP] Unable to add key to recording Animation of UI component - Text (TMP)
Unable to add key to recording Animation of UI component - Text (TMP).
Only Shader values which are added as default in LiberationSans SDF Material are unable to add key.
Steps to Reproduce:
1. Create a new Project
2. Select Hierarchy > right-click > UI > Text - TextMeshPro
3. Import required package
4. Select Hierarchy > SampleScene > Canvas > Text (TMP) and Open Animation Window > Animation
5. Create Animation for Text (TMP)
6. Click on Record Button
7. Increase value in Text (TMP) > Inspector > TextMeshPro - Text(UI) > Face > Softness
Expected Result:
Key adds in the keyframe in Animation window
Actual Result:
Keys are not added in the Keyframe in animation window
Note:
- Keys are being added in when Hierarchy > right-click > 3D Object > Text - TextMeshPro is created
Reproducible Package: 2.0.1, 2.0.0,1.0.21
Reproducible in: 2020.1.0a8, 2019.3.0b7, 2019.2.0f1, 2019.1.14f1
Environment: Windows 10, Linux Ubuntu 16.04 LTS and Mac 10.14
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
- TreeView Child display toggle styling becomes reversed when clicking and dragging it
- Null is returned when using FocusOutEvent.relatedTarget
- Unity_BaseInstanceID is always zero when rendering multiple meshes and instancing with the same buffer
- UI Document button's text does not resize relatively when size in percentage (%) is used
- Event.current.mousePosition has an offset of 1px along the y-axis in WebGL build when the mouse button is released
Resolution Note:
To add a key frame in animation for material the gameobject should have a Renderer attached to it as the material key frames are tracked with reference to a renderer. Since UI objects does not have any renderers(CanvasRenderer is not a Renderer class instead it is a Component class), any changes made to material values are not tracked for animation.