Localized display name not working when using Spine actor

Announcements, support questions, and discussion for the Dialogue System.
Post Reply
bsexpc35862
Posts: 3
Joined: Fri Jan 06, 2023 2:41 pm

Localized display name not working when using Spine actor

Post by bsexpc35862 »

When I use the Spine actor, the localized display name is always updated when OnFocus on it. When the Spine actor is removed, the localized display name is displayed normally.

I try to use the DialogueUI and DialogueManager in the example to test, as long as I import my dialogue data and Spine actor, there will be problems.

I've been stuck with this problem for whole days, hope can help me.

Sorry for my english.
User avatar
Tony Li
Posts: 21962
Joined: Thu Jul 18, 2013 1:27 pm

Re: Localized display name not working when using Spine actor

Post by Tony Li »

Hi,

Temporarily set the Dialogue Manager’s Other Settings > Debug Level to Info. When the conversation starts, check the Console window for a line like :

Dialogue System: Starting conversation ‘title’ with actor=X and conversant=Y

Are X and Y different when you use Spine actors? If so, are there Actor dropdowns set to the correct actors?
bsexpc35862
Posts: 3
Joined: Fri Jan 06, 2023 2:41 pm

Re: Localized display name not working when using Spine actor

Post by bsexpc35862 »

Yes, they are different, I checked that every dialogue actor has the correct settings

My dialogue will always have two actors, and the name of the actor who speaks later is always updated when speaking.
Attachments
1.PNG
1.PNG (268.58 KiB) Viewed 304 times
2.PNG
2.PNG (245.66 KiB) Viewed 304 times
User avatar
Tony Li
Posts: 21962
Joined: Thu Jul 18, 2013 1:27 pm

Re: Localized display name not working when using Spine actor

Post by Tony Li »

Hi,

Please back up your project, then import this patch:

DS_LocalizedNamePatch_2022-01-07.unitypackage
bsexpc35862
Posts: 3
Joined: Fri Jan 06, 2023 2:41 pm

Re: Localized display name not working when using Spine actor

Post by bsexpc35862 »

This works!

Thank you for your immediate help! I'm really glad I bought it
User avatar
Tony Li
Posts: 21962
Joined: Thu Jul 18, 2013 1:27 pm

Re: Localized display name not working when using Spine actor

Post by Tony Li »

Glad to help!
Post Reply