Posts by Daniel Dourado • 11 points
1 post
-
1
votes1
answer2113
viewsA: How do I exchange text in unity3d with a script I can’t remove?
You have to pick up the text component using Text descricao = GetComponent<Text>() Or declare a variable public Text descricao; And in the editor, associate the text component that will be…