radiatoryang/merino

Rich Text messes up the view

pjarnfelt opened this issue · 2 comments

Having textmesh pro rich text messes up the text box in Merino:
rich_text

text to reproduce: Sally: <size=60%>Hello I am 60% smaller than the rest

whoops... yeah, the code overlay uses rich text to colorize all the syntax highlighting!

I think the solution will involve invisibly isolating user-input angle brackets somehow, so that they don't get interpreted within the editor

unfortunately there's nothing like a [code] isolation tag in Unity rich text, so I might have to invent kludge my own hack here, we'll see

finally got around to fixing this, will do a v0.41 release after finishing a few more things in a few days

image