Turns out I need to make the text just a little bit bigger. Do not know why but that worked.
Text not showing in build (but the rest of UI shows up)
I have a normal game scene where I have a progress bar(slider) and a text with the percentage. In the editor everything works fine but, in the build the progressbar works like it should while the text does not even show up. Any ideas why my text is not in the build?
Answer by GottesSchaf · Nov 02, 2018 at 02:51 PM
2D or 3D game? If 2D, do you work with the Layers? If so, does the Text got the right Layer? If not, can you Show the script which is updating the Percentage?
Follow this Question
Related Questions
Score system not working 1 Answer
Mobile game lags when text mesh and gui text updating 0 Answers
Display CPU usage on a UI Slider or Text 1 Answer
Instantiated text not positioning properly 2 Answers
UI Text is Blurry in RenderTexture 1 Answer