Install Visual Studio for MSCLoader - piotrulos/MSCModLoader GitHub Wiki

Visual Studio 2022 unity tools

Seems like VS2022 unity tools no longer comes with "unity 3.5" target pack. You can still use .net framework 3.5 target pack. But if you want maximum compatibility you need to install manually old version of unity tools https://marketplace.visualstudio.com/items?itemName=SebastienLebreton.VisualStudio2015ToolsforUnity

If above link doesn't work here is copy on archive.org

Install Visual Studio for MSCLoader

Here is how to install basic components for Visual Studio if you only want create mods for My Summer Car

  1. Download Visual Studio community here it's free. (check also the above note for VS2022)

  2. Open installer and wait for window when you can select components

  3. Under Mobile & Gaming select Game development with Unity, You don't need full Unity editor uncheck that option on the right (screenshoot below) install 1

  4. You also need .NET desktop development and uncheck all optional modules, since we don't want them. (screenshoot below) install 2

  5. Since unity uses 3.5 version of .Net framework, we also need that

  6. Go to Individual Components and select .Net Framework 3.5 development tools (screenshoot below)
    install 3

  7. Now hit install and wait.
    NOTE: You may also need to enable .net framework 2.0 and 3.5 in windows "turn windows features on or off" screen
    hq720

  8. After you installed you are good to go next. installed