When I’m working on Project Boost, the instructors Visual Code interface some of the programs in transparent text because their weren’t in use
(I can’t take a picture because udemy won’t allow me to. For Example using System.Collections;
using System.Collections.Generic; were semi transparent)
From what I understood, you expected the first two namespaces in line 1 and 2 to be semi-transparent. Is that correct? If so, check the console in VS Code.
Is the .NET Framework 4.7.1 (Developer Pack) is mentioned there, download it from the official Microsoft website and install it. Here is the link: https://dotnet.microsoft.com/download/dotnet-framework/net471
Maybe you’ll have to reboot your computer. Then launch Unity again and open one of your scripts.
Depending on your version of Unity, go to Window > Package Manager in Unity. Then check if the Visual Studio Code Editor package is installed.
Sorry for the late reply, You were right and all I had to do was download the framework and restart my computer. I can’t thank you enough for this, it was driving me crazy.