nnaaa-vr/XSNotifications

What does "supports Rich Text Formatting" mean?

Closed this issue · 2 comments

public string title = ""; //Notification title, supports Rich Text Formatting
public string content = ""; //Notification content, supports Rich Text Formatting, if left empty, notification will be small.

It doesn't seem to parse RTF at all
image

It supports TextMesh Pro rich text. See these docs for details: http://digitalnativestudios.com/textmeshpro/docs/rich-text/

It supports TextMesh Pro rich text. See these docs for details: http://digitalnativestudios.com/textmeshpro/docs/rich-text/

Cool! Thanks!