TMPro namespace in Unity 2020.3.19f and higher

Good day,

Decided to update Unity from 2020.3.4f to 2020.3.20f1 (19f1). And faced a problem with TMPro namespace. In brand new projects VSCode shows that:

The type or namespace name ‘TMPro’ could not be found (are you missing a using directive or an assembly reference?) [Assembly-CSharp]

I would be happy to stay on 2020.3.4f1 but can’t work with SO there. Any thoughts what’s wrong and how to fix it?

Thanks in advance.

May sound like a silly question but have you actually imported the TMP package through the package manager?
Does it open your old projects using TMP properly?

[quote=exiguous, post: 7575409, member: 28885]
May sound like a silly question but have you actually imported the TMP package through the package manager?
[/quote]

It shows like installed in Package Manager. Also I tried to create a TextMeshPro object in hierarchy first, import all mandatory files and after that test using TMPro;

In projects with 4f1 version I don’t have a problem with TMPro but have a problem with appearance of SO. Also tried to upgrade old project to 19.1f/20.1f and got same problem.

Maybe try asking in the dedicated TMP sub-forum here.

1 Like

Will try. Thank you.