snozbot / fungus

An easy to use Unity 3D library for creating illustrated Interactive Fiction games and more.
MIT License
1.63k stars 291 forks source link

Unity's default RichText tags Cause Scrabbled text #977

Closed breadnone closed 3 years ago

breadnone commented 3 years ago

Describe the bug When using RichText with Unity's default text component (Non-TMPro), tags such as bold, italic would show scrabbled texts for split seconds.

Some other things may contribute to this problem, as my project is heavily using postprocessing, lightings etc...

To Reproduce Add any RichText tags such as bold, italic or anything from your SayDialog

Expected behavior Should display text properly

Screenshots If applicable, add screenshots to help explain your problem.

Versions & Platform (please complete the following information): Latest Fungus version(git).

wolfrug commented 3 years ago

This is what the curly-brace tags are for {i}, {b}, {color=black} etc. :)