Search Issue Tracker
Duplicate
Votes
0
Found in
5.3.3f1
Issue ID
831827
Regression
No
Entering text and pressing enter multiple times in an Input Field while using Best Fit, results in text not showing (cropping)
Recreation steps:
1.Open Unity
2.Create a new scene
3.Add and Input field
4.Change the width of Rect Transform to 900 and the height to 300
5.Change the text to Best Fit under the paragraph section in the Text (script) component
6.Under Input Field (Script) component change Line type to Multi Line Newline
7 enter AAA
AAAAAAAAAAAAAA
aaaaa
aa
aaaaa
a
a
aaaaaaAAAAAAAAA
aaaAAAAAA
aaa
a
a
a
aAAA
aAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAA
aaaa
aAa
8. You will stop seeing any more letters as you type.
Actual vs Expected:
Expected: text scales to the textField size,
Actual: text disappears
Reproduced on Unity 5.3.4p6, 5.3.3f1, 5.2.4f1, 5.1.1f1.
in 5.1.1f1 it also throws an error
"String too long for TextMeshGenerator. Cutting off characters.
UnityEngine.EventSystems.EventSystem:Update()"
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
- [UI Builder] Viewport's gizmos for Margin and Padding disappear when dragging to modify the value and the cursor leaves the Spacing section
- "Multiplayer Center" window does not reflect changes made in "Other Packages" section
- Crash on D3DKMTOpenResource when capturing with RenderDoc while GPU Skinning is set to GPU(Batched)
- Editing and saving Curve changes in UI Builder window throws multiple errors in the Console
- [UI Builder] Value is not selected when left clicking on Spacing/Border Widget values
This is a duplicate of issue #777337