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
- Crash on [NSApplication endModalSession:] when saving while Play Mode is loading
- Incorrect Preferred Height calculation when a single text line uses different Font Assets
- [ShaderGraph] Redo Collapse Nodes action does not fully collapse the Nodes
- [Ubuntu] Mouse cursor is set box select mode after exiting VFX Graph's Rename Context function
- Unrecognized identifier DECLARE_STACK_CB error is thrown when VirtualTexture Property is used with Custom RenderTexture target
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.