Adding content in MonoGame
问题 I'm new to Monogame. I'm trying to add content (An image), but I can't do this. In each tutorial that I have seen, the solution explorer has a folder where I can put assets, but not mine. I tried to add an image to the root folder, but it doesn't work. hero = Content.Load<Texture2D>(@"Image1.png"); 回答1: Right click on your solution and click Add , then New Project . From there, select Installed > Visual C# > Monogame , and click on the MonoGame Content Project After you do this, you will see