unity add text to text field without deleting the old one

Code Example - unity add text to text field without deleting the old one

                
                        myTextField.text = myTextField.text + " whatever extra you want to add"