Skip to main content
Posting a solution to the question.
Source Link
Vaillancourt
  • 16.4k
  • 17
  • 56
  • 61

The answer that I find really helpfulWhat actually worked was something along those lines:

  1. Completely uninstall visual studio.
  2. Download and install "CCleaner".
  3. Use CCleaner to clean your registry.
  4. Reboot your PC. (This seems really important.)
  5. Download and install Visual Studio Community 2019.
  6. During installation, make sure you select the game development tool package (but uncheck the unity editor installation if you already have unity installed).
  7. Let the download and install finish completely without any interruptions.

BY @colinyoung(Thanks to Alex Myers for their comment.)

"To answer the specific question, no, you don't have to use Visual Studio. Visual Studio Code is also at least semi-officially supported with plug ins and ability to launch from the Unity editor. In spite of the similar names they don't share the same code base. Additionally, C# source files are just text files so you can use any text editor you wish to edit them. It won't be as nice an experience though"

 

BY @trollingcharIf VS setup fails, these are alternatives:

Jetbrains Rider is an alternative which I use. You can also try MonoDevelop, it has less features but also lower requirements.

  • Visual Studio Code is also at least semi-officially supported with plug ins and ability to launch from the Unity editor.
  • C# source files are just text files so you can use any text editor you wish to edit them. It won't be as nice an experience though.
  • Jetbrains Rider is an alternative.
  • MonoDevelop, it has less features but also lower requirements.

(Thanks to comments from Colin Young and trollingchar.)

The answer that I find really helpful was:

BY @colinyoung

"To answer the specific question, no, you don't have to use Visual Studio. Visual Studio Code is also at least semi-officially supported with plug ins and ability to launch from the Unity editor. In spite of the similar names they don't share the same code base. Additionally, C# source files are just text files so you can use any text editor you wish to edit them. It won't be as nice an experience though"

BY @trollingchar

Jetbrains Rider is an alternative which I use. You can also try MonoDevelop, it has less features but also lower requirements.

What actually worked was something along those lines:

  1. Completely uninstall visual studio.
  2. Download and install "CCleaner".
  3. Use CCleaner to clean your registry.
  4. Reboot your PC. (This seems really important.)
  5. Download and install Visual Studio Community 2019.
  6. During installation, make sure you select the game development tool package (but uncheck the unity editor installation if you already have unity installed).
  7. Let the download and install finish completely without any interruptions.

(Thanks to Alex Myers for their comment.)

 

If VS setup fails, these are alternatives:

  • Visual Studio Code is also at least semi-officially supported with plug ins and ability to launch from the Unity editor.
  • C# source files are just text files so you can use any text editor you wish to edit them. It won't be as nice an experience though.
  • Jetbrains Rider is an alternative.
  • MonoDevelop, it has less features but also lower requirements.

(Thanks to comments from Colin Young and trollingchar.)

Source Link
user128700
user128700

The answer that I find really helpful was:

BY @colinyoung

"To answer the specific question, no, you don't have to use Visual Studio. Visual Studio Code is also at least semi-officially supported with plug ins and ability to launch from the Unity editor. In spite of the similar names they don't share the same code base. Additionally, C# source files are just text files so you can use any text editor you wish to edit them. It won't be as nice an experience though"

BY @trollingchar

Jetbrains Rider is an alternative which I use. You can also try MonoDevelop, it has less features but also lower requirements.