Unity Agregar texto al campo de texto sin eliminar el antiguo

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