Need help on load sprites

I’m beginner in unity and photoshop I want to make an JRPG-type game I make a main menu scenes but when I want to use my own button that I draw myself I follow the tutorial but the image is like it

Can anyone tell me where I did wrong

Hi,

I’ll give you some starting points…

Firstly, you need to export your button from Photoshop with alpha (transperency) intact. It looks like you have exported a grey background layer. Export from Photoshop as PNG and make sure the grey background layer is turned off.

Secondly, if you look at the Image component in the Inspector in Unity you can see that you are using a sliced image type, so the aspect ration is not preserved. Use the Rect Transform components image width and height to adjust the size.

Hope that helps!