I am watching a tutorial on how to make a game start menu. The guy drags his menu picture to his panel background and it works. When i try it though, it wont let me make my picture the background!
Unity doesn’t deal with anything called a “picture” specifically. There are raw textures, texture2d, sprites, etc, etc, etc. It would help if you described what exactly you’re trying to drag, and compare that with exactly what the tutorial is doing. Also, don’t skip steps like adding a canvas, etc.