Why am I getting "<em>xxx</em>" in my imports?

Announcements, support questions, and discussion for the Dialogue System.
Post Reply
mdz_grs
Posts: 11
Joined: Wed Aug 31, 2022 8:09 am

Why am I getting "<em>xxx</em>" in my imports?

Post by mdz_grs »

I'm working with Arcweave but in some of dialogue texts it looks like this
https://gyazo.com/1c00eeb13c64196aba98423508f5f419
Is this a Textmeshpro problem or do am I missing some sort of set up in Dialogue Manager? Or is it a problem Arcweave and how the project is imported?
User avatar
Tony Li
Posts: 21681
Joined: Thu Jul 18, 2013 1:27 pm

Re: Why am I getting "<em>xxx</em>" in my imports?

Post by Tony Li »

Hi,

Maybe that's new in Arcweave. Those are HTML-style emphasis (<em>) tags, typically intended to show text using italics. I'll update the Arcweave importer to import those as <i> tags that TextMesh Pro understands for italics.
User avatar
Tony Li
Posts: 21681
Joined: Thu Jul 18, 2013 1:27 pm

Re: Why am I getting "<em>xxx</em>" in my imports?

Post by Tony Li »

Hi,

This patch will make the Arcweave importer handle Arcweave <em> tags as <i> (italics) tags:

DS_ArcweaveImporterPatch_2023-07-12.unitypackage
Post Reply