Hi,
monogame is installed correctly on your computer in the meantime you can create your project on the command line here is the list of the different platforms:
dotnet new mgdesktopgl -o MyGame
dotnet new mguwp -o MyGame
dotnet new mgios -o Mygame
dotnet new mgandroid -o Mygame
Thank you for all helps!! It works now!
Turns out I was just dumb… The extension panel said Monogame Extension is disabled, but I can actually find it after clicking “Create New Project”.
You guys all so nice! Thank you!
I can work on my tile engine now.
I just downloaded visual studio 2022 for mac and I can’t install the MonoGame.Templates.VSMacExtension_3.8.1.303.mpack. It complains that it want version 17.06 of the monodevelop lde and core libraries but has found 17.4. Does anyone know how to fix this?
The add-in ‘MonoGame.Templates.VSMacExtension,3.8.1.263’ could not be updated because some of its dependencies are missing or not compatible: required: MonoDevelop.Core,17.0.6, found: MonoDevelop.Core,17.4.2 required: MonoDevelop.Ide,17.0.6, found: MonoDevelop.Ide,17.4.2
I think I got the same error about not being compatible, but it did install the extension and then MonoGame template-projects are available after that. Create new MonoGame-project to test out it is working, build and run.