I’m working on a game and placed a RawImage ,added a texture but then I tried adding text and gave it a font. In the editor I could see the text but in the game it wasn’t there. I tried everything and it’s not about scaling. Can anyone help me?
Are you using UI Text? If yes, change the canvas Renderer Mode to the World Space, after that you may need to play with the scale or position of the UI text.
Thanks I figured it out.