Unity 2019 - How to fix TextMeshPro 2.0 error cs0433
SOLUTION:
Thank you for your answers, I have found solution 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. 4 .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 original post: Original post