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
Comments (2)
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
- [Android][BiRP] Depth processing is handled incorrectly on certain Android devices when using 2 camera's
- [APV] Cancelling Display Dialog Error is thrown after Adaptive Probe Volumes tab is open in Lighting Window
- [APV] NullReferenceException is thrown when baking Adaptive Probe Volume for a Terrain with Non-GI Contributing Tree Prototypes and multiple APV objects with different LayerMasks are present on the scene
- Hands are not recognized when using Hololens 2
- "OnTriggerExit2D" is called before "OnTriggerEnter2D" when object is destroyed immediately
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.