When I want add a text to a script in Unity it doesn't accept to add it

Viewed 24
1 Answers

Check that you used the right type. If you created, for example, TextMeshPro in your UI you should use the same type within your script.

Related