Search Issue Tracker
By Design
Votes
0
Found in [Package]
1.4.0-preview.1b
Issue ID
1195016
Regression
Yes
[TextMeshPro] Wrapping resets to disabled when saving or playing a scene
To reproduce:
1) Open the attached project and scene
2) Select "Text" object in Hierarchy
3) Change Wrapping to Enabled
4) Either save the scene or play and stop it
Expected: The changed setting sticks
Actual: It reverts back to disabled
Reproduced in 1.4.0-preview.1b, 2.1.0-preview.1
Not reproduced in 1.3.0
Tested with 2019.2.0a1 and 2020.1.0a11
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
- Opening Terrain Prefab in Prefab Editing Mode throws "NullReferenceException" error
- [Search] Dragging query pills put them behind the search text field
- A CustomPropertyDrawer that returns a PropertyField for a property named the same as a child field will not render all child fields
- Graphics Settings shows default values instead of the real values in the Rendering Debugger when Volume.profile is assigned via script
- Deleting multiple Tags throws “NullReferenceException”, and "Retrieving array element that was out of bounds" errors when holding the Enter key
Resolution Note:
This behavior is by design as the child Placeholder and Text objects are controlled by the parent InputField object.
For instance, if the Line type is set to Single Line, then wrapping is disabled. If the Line type is set to Multi Line Newline then wrapping is enabled.