I have made a box where you can type in your name in unity. After typing your name you can click on the button. Clicking on the button it will copy the string that you typed in within a sentence. so like: "The name" + stringToEdit + "is the name that your parents gave you!" . Now I used debug.log so that the text will show up in the debug. Is there a way to make the button add a text in a specific position in the scene that copies the string plus the sentences after being clicked???
I Used JS script by the way.