Visual Studio (C#) Missing Package Files
Whenever I start a new project I get a slew of errors of the type:
Severity Code Description Project File Line Suppression State
Error CS2001 Source file 'C:\Users\swift\New Unity Project\Packages\com.unity.textmeshpro\Scripts\Runtime\TMP_UpdateManager.cs' could not be found. Unity.TextMeshPro C:\Users\swift\New Unity Project\CSC 1 Active
You can replace TMP_UpdateManager.cs with just about anything imaginable and it will tell me I don't have it. I've tried repairing the Unity Installation however it doesn't appear that there is an easy way to handle uninstallation so I have not done a clean reinstall yet.
Please help!
It's already installed, thats the issue. Uninstalling and reinstalling doesn't fix it either.
Answer by dan_wipf · Mar 28, 2019 at 07:38 PM
try this:
update your visual studio or what ever code rditor you have to the latest version available
This did it! Sometimes the fix is surprisingly simple lol, and I had apparently forgotten to update Visual Studio in a long time. (I was on version like 3.0, current is 3.9 woops)
Your answer
Follow this Question
Related Questions
Shader works in editor but not in Android - Pass 'meta' has no vertex shader 1 Answer
burstCompilerService problem on install 0 Answers
Error when trying to upload a package to the unity asset store (file not found, loader.html) 2 Answers
Need help, Build Settings not appearing properly Unity 2017 0 Answers