Search Issue Tracker
Fixed in 5.4.0
Votes
1
Found in
5.0.0a7
Issue ID
605596
Regression
No
Creating buttons during runtime makes the label text empty
1. create a button in scene: the button has text in label and a font
2. run the scene and then create a button
result: the label has no 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
- Sprite Preview is broken when the Sprite is too tall or too wide
- Objects are invisible in Scene view when using Wireframe Shading Mode
- The property of a component becomes read-only when it is bound to "PropertyStreamHandle"
- Physics.Raycast does not work when used on the whole model
- Shader Graph changes the Position of Prefab instances in Play mode
GXMark
Mar 12, 2015 09:55
More precisely, i create the input field, then destroy it, then create an inputField again then the issue occurs.
GXMark
Mar 12, 2015 09:54
I'm getting the same issue with the InputField.
When i create an inputfield at runtime, the text field is empty even though i set it to a value.