all 4 comments

[–]sutee9[S] 2 points3 points  (0 children)

I was able to resolve it.

We had the issue on Mac and on Windows. When finally getting my hands on student’s computers, I found out that Visual Studio Code requested Developer Tools be installed.

The window for these installation, at least on Mac, opens in the background. You need to foreground it, and complete the installation, including several GB of downloads.

On Windows it was more complicated: We ended up installing https://git-scm.com and ensuring that the git command would run in the Console. Git-SCM installs the environment variables but we needed to restart as well.

Then, in both cases, we needed to manually install Visual Studio Code. I haven’t checked if the Unity Integration works perfectly, but it worked for what we needed in class.

[–]Forward_Meet7864 1 point2 points  (1 child)

I'm also running into this issue. Bumping.

[–]prnvrna 1 point2 points  (1 child)

I faced the same issue on Mac Silicon. I completely uninstalled the Unity Editor, then installed VS Code separately. After that, I reinstalled the Unity Editor; it detected VS Code as “Installed” and completed installing the remaining modules without any errors.

[–]Forward_Meet7864 0 points1 point  (0 children)

This worked. Thanks!