Images-Sprite Extension

I want to use an ımage which I found on Google in Unity . Well, There is a canvas and Image on it, and I want to set this Image by background but ıt is not allowed. I researched and found that the extension must be “png.meta”. But I wonder ıs there any way to use this Google Image by background on Canvas?

I have no idea how you concluded the extension should be .png.meta, that’s just wrong. .meta files are created for every file in your asset and it stores unity-internal information about the files such as a GUID etc.

You probably want to import your .png as Sprite. Click on your .png in Unity, in the inspector choose “Sprite” as the texture type and apply. voila you should be able to use it in your UI