- Home /
How To Print Text Random
Hi all. I have 3 text folder. I want to print randomize one of them to window for c#. How can i do this? Please help me. Thanks
You could do random numbers then set different numbers for the different words you have.
What is a "text folder?" Is it a TextAsset within the project? Or is it a '.TXT' file? Does it exist within the project or are you trying to read some file from somewhere on the computer? If somewhere else, what is your target platform? What does "print randomize one of them to window" mean? Are you trying to display the text within a GUI.TextArea()? Within a GUIText game object? Using 3D Text/Text $$anonymous$$esh in world space? You might start by researching the three types of built-in text in Unity:
GUI.TextArea() or GUI.Label().
GUIText gameobject/component
3DText/Text$$anonymous$$esh
Your answer
Follow this Question
Related Questions
GUI Style Issue-- Texture not changing 2 Answers
GUI is not staying where it should 1 Answer
Make a question and answer window 0 Answers
Textures changing for no reason 0 Answers
How to gradient-wise fill a bitmap programmatically 1 Answer