The text box and image i added thru the UI options in the hierarchy menu appear in the scene view but when I start the game and it switches to game view the text box and image box arent there. Im using them to display score and have tried changing their size, what could be causing this issue? And how can I fix it?
@SKY3E make sure that they don’t get reset to “” in the text and null in the image when the game starts by the code controlling the score counter. Otherwise it might be a issue with the camera not rendering UI layers. Could you share the code that changes the score.