I im using TextMeshProGui for card descriptions and sometimes a description contains this tag <link=description>name. While hovering this link a popup opens with a name from this link and a description also from this link.
Sometime the description in this link contains more tag like this, but the parsing breaks at this point.
Any way to utilize the link tag to get this
<link=description<link=description>name >name to work ?
However, you might be able to use the Stylesheet feature and define a custom style to potentially achieve the result you seek. I would need more information about your use case for this nested link tag to confirm if tags could be used for your needs.
Ok, basically a card has a description. This description should be short, but sometimes specific Keywords needs a specific description.At this point the link tag works perfect. <link=“description”>Keyword a player hovers over the link a popup opens that shows the description.
Sometimes a description contains another keyword. <link="description<link=“description”>Keyword ">Keyword at this point a nested link in the linkId part would be perfect, but the parsing failes.
I checked out if styles and the stylesheet feature work for me.
On the first try it seems to work. But since there is no option to add one style via code,only through the editor, its not an option. Any other ideas ?