So i am following the unity learn Create with Code and in the TextMeshPro section it says to assign the Text Mesh Pro text in the inspector. When attempting it does not allow me to (see screen captures for details).
Im on Version 2021.3.
I have included the include tmPro statement and have assigned a textmesh pro object in the C code at the enter of the class called scoreText and tried both Public and serialized to make it available
and when i try and put the text into game manger in the inspector, this occurs. I see the warning about" … edit mode" but not sure what that means since i am editing and not playing with the play button. is there a setting i am missing that is preventing this?
in creating the object i used the right click and picked Text - TextMeshPro, which created the above object inside of the canvas object. (I did not rename it in capturing screenshots.
what am i doing wrong? can someone help me?