Unity effs up project?

I have VSCode as my default editor for Unity. Then I open the same project’s Script folder in Cursor because I want to search through all files for some API’s. Then this project gets all effed up, red underlines everywhere in VSCode like The type or namespace name 'MinionFSMData' could not be found (are you missing a using directive or an assembly reference?)CS0246 I haven’t made a single edit so I think it has to do with the visualstudiotoolsforunity.vstuc requested to download the .NET Runtime. Using configured .NET path: C:\Program Files\dotnet\dotnet.exe I see in the output window of VSCode. Ie. the dotnet runtime can’t be shared between 2 IDE’s open at the same time or C# language server or something like that? This is very disturbing. Has anyone had similar problems?

1 Like

Not familiar with Unity, and not sure if this is the same issue, but another user fixed an issue regarding Unity by modifying ‘com.unity.ide.visualstudio.’ Does that help?

image

1 Like

will this be auto updated too when cursor or vscode have a new version?