Hi, just wondering if other people had this issue. Basically, when I try to switch scripting runtime to .NET 4.x in Unity 2018.1.0f2, I start getting hundreds of errors from some of my scripts and scripts from the asset store:
error CS0246: The type or namespace name xxxxxx could not be found (are you missing a using directive or an assembly reference?)
error CS0103: The name xxxxxx does not exist in the current context
Even though visual studio tells me there are no issues Unity it’s like Unity can’t see the scripts…
Any idea why this may be happening?