MonoGame and VSCode Development Environment Setup (2024)

Поділитися
Вставка
  • Опубліковано 10 лют 2025
  • A quick video on setting up your development environment to build games using MonoGame and VSCode instead of the full Visual Studio IDE
    #monogame #vscode #gamedev
    ----
    Reference
    dotnet SDK Download dotnet.microso...
    VSCode Download: code.visualstu...
    -----
    Twitter: / aristurtledev
    MonoGame Discord: / discord

КОМЕНТАРІ • 24

  • @NotSharpisnext
    @NotSharpisnext Рік тому +3

    Thank you soo much! I have been looking for a tutorial for this for many days.

  • @hxploit
    @hxploit 11 місяців тому +2

    Thank you man. this helped a lot.

  • @Benox-Dev
    @Benox-Dev 4 місяці тому +2

    thank you soooo much

  • @computersciencestudentriverbat
    @computersciencestudentriverbat 10 місяців тому +1

    Came here from the Monogame Discord. Great stuff.

  • @Rafloka
    @Rafloka 9 місяців тому +1

    Great work, thank you very much!

  • @kordass2519
    @kordass2519 19 днів тому

    Thank you man very much

  • @f4rrusco
    @f4rrusco Рік тому +1

    Thanks. Very helpful.

  • @KayhenHD
    @KayhenHD 4 місяці тому

    Thank you for this video!!

  • @CraftiroIL
    @CraftiroIL 6 місяців тому

    Thank you so much! Great help

  • @beziic
    @beziic 5 місяців тому +1

    Yes Thanks

  • @CaptainBlackJackVR
    @CaptainBlackJackVR Рік тому +1

    Thank you bro

  • @NgocNhiemNguyen-si9fv
    @NgocNhiemNguyen-si9fv 6 місяців тому

    Thank you so much!

  • @Blorbsnorg
    @Blorbsnorg 7 місяців тому

    My terminal isn't working like that, it only gives me errors if I include any spaces, can anyone help?

  • @isdogru
    @isdogru 9 місяців тому

    Is there any point trying to run the monogame content builder on a mac M1? Trying to get some doc or tutorial of some kind and its kind of dead! Besides the fact that mgcb is not ready for M1 with .NET8

    • @aristurtledev
      @aristurtledev  9 місяців тому +1

      It's a hassle for sure on an M1/M2, and even with current known workarounds in the community they don't resolve 100% of the issue.
      I can't say for sure when 3.8.2 is gonna drop, but I and others are doing work to resolve the M1/M2 issues for mgcb on Mac. You can follow this issue to stay up to date github.com/MonoGame/MonoGame/issues/8124

  • @Adamthegeek70
    @Adamthegeek70 8 місяців тому

    I am used to full version of Visual Stupid, does VS Code have nuget?

    • @aristurtledev
      @aristurtledev  8 місяців тому

      It doesn't have a NuGet Manager window like Visual Studio has. Instead you use the cli to add packages.
      Just open a terminal/command prompt in the directory that your .csproj is in and use the command
      dotnet add package NameOfPackage
      and it will add the NuGet Package

  • @arshiyakhebredast9895
    @arshiyakhebredast9895 10 місяців тому

    thank you for this tutorial but i have a problem:
    whenever i try to add the project to my sln file it just gives me an error that says: Could not find project or directory
    and I checked many times that the path is correct and i am sure it is. hell I even restarted the project many times but it just gives the same error. I dont know what to do tbh. would appreciate the help.

    • @aristurtledev
      @aristurtledev  10 місяців тому

      Hi, if you could join the MonoGame discord I could probably assist better up there.
      discord.gg/monogame

  • @_mrgrak
    @_mrgrak Рік тому +1

    Turt!

  • @LinearAnimatrix3253
    @LinearAnimatrix3253 2 місяці тому

    Super helpful thanks