TheGameCreators / GameGuruRepo

The GameGuru Repository For Community Collaboration
http://www.game-guru.com
137 stars 56 forks source link

GGM Feature Request: Rich Text Support #810

Open Teabone3 opened 4 years ago

Teabone3 commented 4 years ago

While we have a lot of great LUA commands for text use and color, there is no way to change the appearance of text within the same string. For example, having different colors within a sentence.

Unity uses its own form of Rich Text: https://docs.unity3d.com/Packages/com.unity.ugui@1.0/manual/StyledText.html

I think for Game Guru and would be great for Max, having a way to define different colors in the same string would really help.

For example, where it says "blue mail" is highlighted in blue: https://gameranx.com/wp-content/uploads/2019/09/2019092220011900-9129043EF2AAD7F1157CF852BACB8F7D-1024x576.jpg

Of course, an even bigger request would be to have some way to add a line break to a text lua command so we can create paragraphs without making different lines of text commands just to create a text box or multi-lines.

Teabone3 commented 2 years ago

I've renamed this request, as I think it would be best suited for Max