How do I fix this Text Mesh Pro Error?
Unity keeps spitting out this error for 'textmeshpro' and it seems to also be preventing me from scripting. The error hasn't been solved with reinstall or by removing Text Mesh Pro from the library. Even a new project has the same error.
If you create a new empty scene, do you still get the error?
If so, it's an issue with the installation. You could try deleting the Library folder, relaunching Unity and see if the recompile fixes it.
If you don't get the error, is likely something in your script is using T$$anonymous$$P incorrectly, so you'd need to share your code.
Your answer
Follow this Question
Related Questions
I Have an C# error and I can't fix it @username 1 Answer
[Still need help]Help with Error 1 Answer
Error stage @username 1 Answer
"error CS1525: Unexpected symbol `end-of-file' " I've tried everything.... 1 Answer
Help Troubleshooting: "Cannot generate 9 slice most likely because the size is too big." 2 Answers