Missing TMpro reference

Hi I’m doing the 2D unity course, when I try to compile a script with the command

using TMpro;

It says that the reference is missing (error CS0246) I’ve tried to uninstall and reinstall textmesh pro I’ve checked that TMpro is referenced in the assembly-csharp file… but nothing.

Can anyone help me??
I’m going crazy

Thanks

Hi @Pau_Escola,

Welcome to our community! :slight_smile:

Have you already compared your code to the Lecture Project Changes which can be found in the Resources of this lecture? Make sure the namespace is spelt correctly because C# is case-sensitive.


See also:

Hi @Nina thanks for answering, finally I have been able to solve it :smiley:

This topic was automatically closed 24 hours after the last reply. New replies are no longer allowed.

Privacy & Terms