Search found 3 matches
- Thu Apr 24, 2025 1:16 pm
- Forum: Dialogue System for Unity
- Topic: Changes to formattedText made in OnConversationLine get overwritten by localization
- Replies: 5
- Views: 614
Re: Changes to formattedText made in OnConversationLine get overwritten by localization
Confirming that the subclassing method worked and this issue is resolved.
- 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: 614
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.
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.
- 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: 614
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...