What is the most practical way of doing this ?

How can I make endless runner as a text runner, here’s the game example

https://itunes.apple.com/us/app/stride-prejudice/id727047115?mt=8

The player has to jump over text objects. I wonder, what is the best way of creating a similar thing ? Let’s say I have a big text story, and it’d be crazy if I made a separate block for ever sentance, is there some great dynamical way ?

The best thing about words is that they are made up of letters.

  1. Make letter models.
  2. Join in different configurations to make words!
  3. ???
  4. Profit

Could you be more specific, please ? I am quite new to Unity

If its just straight text like in the link you can simply use one UI.Text and change the string as the player moves.