- Home /
TextMeshPro 2.0 error cs0433
Hey guys,
I'm total newbee in Unity. I have just started new project that contains Vuforia SDK. After making some changes I decided to install GitHub extension from Asset Store to make some backup. After that my textMeshPro plugin went crazy, throwing an annoying error which I can't deal with. The error says:
Library\PackageCache\com.unity.textmeshpro@2.0.0\Scripts\Editor\TMP_PackageUtilities.cs(310,17): error CS0433: The type 'Task' exists in both 'System.Threading, Version=1.0.3333.0, Culture=neutral, PublicKeyToken=402899b480e6f383' and 'mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089'
Does anybody has an idea how to get rid of it?
My Unity version is 2019.1.0f2
Answer by Fifax · Apr 21, 2019 at 03:53 PM
I have found the way to fix the problem on other forum.
The way to fix the error in unity 2019.1.0f2
Go to Window->Package Manager
TextMesh Pro (Version 2.0.0 will be installed)
Click on the arrow > on the left to see all the available versions.
Update TextMesh Pro to 1.3.0 (same version as in Unity 2018.3.12f1)
Let the compiler finish and you should see the error clearing from the console
Link to post : Original Post
Your answer
Follow this Question
Related Questions
Errors in Unity After Updating to Unity 4.5.2 and Vuforia 3.0.9 1 Answer
Cannot Import TextMeshPro Essentials 0 Answers
VideoPlayer is not in Android project exported from Unity 0 Answers
Unity 5.3.4f1 + Vuforia 5.5.9 = error 3 Answers
Multiple errors with vuforia namespace names while building with Unity Cloud Build 1 Answer