Hello there, I cannot view my GUI Texture in my start scene, but I can view it in another scene
here are screenshots
It also cannot be the image im using, because the default unity image doesn’t show up in the first scene either
Hello there, I cannot view my GUI Texture in my start scene, but I can view it in another scene
here are screenshots
It also cannot be the image im using, because the default unity image doesn’t show up in the first scene either
The GUI Texture parent transform positions are different in your scenes (x = 0, y = 0 in one, x = 0.5, y = 0.5 in the other). But this should only move the GUI Texture halfway across the screen in x/y direction, not make it disappear completely…
do you have any idea whats going on here? It’s really irritating.