Hi,
How to parse Subtitle/Responses text before they are displayed?
I need to apply search/replace to them.
thx
Parse conversation
Re: Parse conversation
Hi,
Add a script with OnConversationLine(Subtitle) and OnConversationResponseMenu(Response[]) special script methods to your Dialogue Manager GameObject.
Add a script with OnConversationLine(Subtitle) and OnConversationResponseMenu(Response[]) special script methods to your Dialogue Manager GameObject.
Re: Parse conversation
Will text length be updated as well?I've tried replacing text in formattedText but length is not calculated correctly anymore
Re: Parse conversation
What text length isn't being computed?