This is what it should be:
(I was too lazy to make a separate black bar for the bottom that’s why it’s sideways)
This is what it does:
What is the problem? I would really like if someone would know it and help me out!
This is what it should be:
This is what it does:
What is the problem? I would really like if someone would know it and help me out!
The component for image in UGUI is called “Image”, “SpriteRenderer” is for 2D which is not UI compatible. If you right click on the Hierarchy View and select UI > Image it’ll create a Game Object with the right component for you.
Thank you I forgot that. You saved me!