I’ve got a widget with text bound to a variable so that the text can appear and change during gameplay. I really want to use a retainer widget to make everything look a lot prettier. However, as soon as the text is parented to the retainer the text just disappears, never renders at all. I remove it from the retainer, and it renders again. Is there any way to fix this?
I should note that the text updates even when it’s parented to the retainer box as long as Retain Render is set to false; but I can’t use a texture on it though. If I set Retain Render to true it won’t work, even if there is no texture; so it’s not an issue with the texture.
I’ve tried changing the Phase and Phase Count but it hasn’t fixed the issue.