I am unable to add the namespace to my code to make it recognize my text. Rick adds the following.
using TMPro;
[SerializeField] TextMeshProUGUI guessText;
The issue is, I am using Unity 2020. My Text Mesh Pro says Text Mesh Pro - Text (UI). How do I declare this in namespace and as a serialized field?