void Update () {
if (Input.GetKeyDown(KeyCode.Space)){
text.text = "You find yourself locked in a dark prison" +
" as you look around the only thought that comes to your head is your name" +
", Will Murphy. \n\n"
"Press R to view the room, S to view your bed, and E to attempt to find a way out";
}
}
}
It is underlining “Press” in press R…
Also I keep getting an error saying something about my preferences and asking me to change my current writing or continue using this format.