Page 1 of 1

Localization Package response menu problem

Posted: Fri Oct 27, 2023 12:48 pm
by Esylin
Hi, I am using Unity Localization Package to change text language with a button. I followed the instruction here and ran into a problem. :cry:

https://www.pixelcrushers.com/dialogue_ ... textTables

So far the character names and the dialogue text are localized correctly, but the response menu does not change language.

What am I missing here? :cry:

Re: Localization Package response menu problem

Posted: Fri Oct 27, 2023 1:02 pm
by Tony Li
Hi,

Response menus don't use Text Table assets.

Did you add a DialogueSystemLocalizationPackageBridge component to your Dialogue Manager?

Re: Localization Package response menu problem

Posted: Tue Oct 31, 2023 2:23 pm
by Esylin
Tony Li wrote: Fri Oct 27, 2023 1:02 pm Hi,

Response menus don't use Text Table assets.

Did you add a DialogueSystemLocalizationPackageBridge component to your Dialogue Manager?
Yes I did.
ScreenShot.png
ScreenShot.png (34.44 KiB) Viewed 417 times
What else can be wrong? :cry:

Re: Localization Package response menu problem

Posted: Tue Oct 31, 2023 2:44 pm
by Tony Li
Hi,

Have you tried the updated Localization Package integration on the Extras page?