I’ve just finished the 2D course and I’ve looped back to the Text 101 game and I really want to expand on the idea. What I really want to know is when displaying storyText from the scriptableobject is there a way to display the text line by line? Would I have to make distinct strings and access them one at a time? Can I make an array within the SO and use a combination of a for loop and coroutine to display one line, wait a few seconds, then display the next line?
I’ve tried doing some research on my own but I’m a bit stumped. I would really appreciate any guidance or just a push in the right direction. My problem is my text is so long it seems daunting to read when it just appears on the screen all at once so I was hoping to break it up a little.