I want to modify the text display system to embed other UI in the text. Specifically, I'm trying to display buttons created by Unity's UI system along with the text.
Like this: Lorem ipsum dolor [Button 1] [Button 2] sit amet
(actually the buttons are a bit more complex)
I somehow expect that this can be achieved using a custom text printer and custom tags.
However, I am not quite sure how exactly.
Is it possible to make it work like this?