- Home /
My unity image isn't showing up, what gives?
I've had this problem a long time ago but it was so long ago and such a rare thing I don't remember how I ever solved it. I'm trying to place a unity Image wherever I click. When I run the game the object is instantiated, but it is completely invisible! I can select it in the hierarchy and hit "F" to find it, but its still not visible. Whats going on here?
Things I've tried: checking that I've set the scale, and that its in the proper layer (UI).
Comment
You are using the Image component for Unity UI? If so, is the Image a child of a canvas (direct or indirect)?
If this is the case and you don't want to use a Canvas, you could consider using a SpriteRenderer ins$$anonymous$$d of an Image component.