Search found 3 matches

by aki.kanerva
Wed Apr 23, 2025 11:21 am
Forum: Dialogue System for Unity
Topic: Changes to formattedText made in OnConversationLine get overwritten by localization
Replies: 5
Views: 606

Re: Changes to formattedText made in OnConversationLine get overwritten by localization

Thanks for the quick response!

So it was only by chance that it used to work perfectly for two years? Well, glad we discovered this now.

I'll try the subclass implementation, that looks feasible.
by aki.kanerva
Wed Apr 23, 2025 9:44 am
Forum: Dialogue System for Unity
Topic: Changes to formattedText made in OnConversationLine get overwritten by localization
Replies: 5
Views: 606

Changes to formattedText made in OnConversationLine get overwritten by localization

Hi there, We recently upgraded from 2.2.30 to 2.2.51, and our dialogue text post-processing stopped working. We use I2 Localization, and then modify the localized text in a custom OnConversationLine event by changing subtitle.formattedText.text. Previously, localization happened before the any custo...