Closed luludotdev closed 5 years ago
<text /> components can now make use of bold, italics, underlined and strikethrough props to quickly add TextMeshPro tags to the text prop.
<text />
bold
italics
underlined
strikethrough
text
I added this since working with TMP tags in XML is a pain since they have to be URL encoded.
<text />
components can now make use ofbold
,italics
,underlined
andstrikethrough
props to quickly add TextMeshPro tags to thetext
prop.I added this since working with TMP tags in XML is a pain since they have to be URL encoded.