- Home /
Opening a GUI text file
For my science project I am doing an interactive tour of Charles Darwin, and I was wondering if I could make a small screen (still in game) pop up with text in it, like if someone suddenly shoved a piece of paper in your face. I'm not sure if it is even possible, so if I'm just being stupid please tell me! :D
Thanks in advance.
Which kind of GUI system are you going to use, the legacy GUI (via OnGUI()) or the new UI that was introduced recently? For the former, check out GUI.DrawTexture or GUI.Label.
I was going to try using the new UI system, but I will look at your suggestion, thank you Cherno!
Your answer
Follow this Question
Related Questions
Multiple Cars not working 1 Answer
Distribute terrain in zones 3 Answers
Changing the font of a tk2dTextMesh in C# 0 Answers
Render a text on the sprite 1 Answer
One text box after another 2 Answers