- Home /
Question by
Cavite8567 · Jan 28, 2018 at 12:46 AM ·
uiarraysstrings
Multiline Text wont stay in separate lines after I copy and paste it.
So I have a for loop that will go through an array and separate each item into a different line. For example I could have [Cats, Dogs, Frogs] and it would make Cats (New Line) Dogs (New Line) Frogs. This works in a UI Text Object but how could I make this so I can copy it from the game and into a .txt document while preserving the Separate Lines? This is very helpful because my game reads a text file by the information that each line contains and what I am making now is the level creator that generates the text.
Comment