Search found 110 matches

by joeylu
Sun Jun 09, 2024 11:19 am
Forum: Dialogue System for Unity
Topic: temporally disable response timeout
Replies: 3
Views: 54

Re: temporally disable response timeout

tks, will try
another related question, can I get the custom response timeout value from DialogueManager.instance?
Instead set it to static float 7, it would be better to get it dynamically
by joeylu
Sun Jun 09, 2024 8:16 am
Forum: Dialogue System for Unity
Topic: temporally disable response timeout
Replies: 3
Views: 54

temporally disable response timeout

Hi Tony I used to set response timeout 7 seconds in dialogue manager input section, and everything works fine I have a request that to temporally disable the timeout for certain dialogue menus, I tried to use SetTimeout(x) sequence and it works fine The problem is that once the SetTimeout() is calle...
by joeylu
Wed Apr 03, 2024 2:02 pm
Forum: Dialogue System for Unity
Topic: How to localize actor name?
Replies: 5
Views: 153

Re: How to localize actor name?

Thank you Tony
by joeylu
Wed Apr 03, 2024 11:56 am
Forum: Dialogue System for Unity
Topic: How to localize actor name?
Replies: 5
Views: 153

Re: How to localize actor name?

For example, let's say there's an actor named "Joe Smith", and he is a teacher, so I set his diaplay name to "Teacher Smith" (yeh, I know, more like a nick name, but it makes player much easier to remember his role) In my game, the subtitle (dialogue entry) uses display name, so ...
by joeylu
Wed Apr 03, 2024 11:10 am
Forum: Dialogue System for Unity
Topic: How to localize actor name?
Replies: 5
Views: 153

How to localize actor name?

Hi Tony
If I add a localize field like "Name zh-CN" and tick the "main" checkbox in actor template, it won't show the localize field in the actor editor, not like the "Display Name zh-CN".
Is there any special way to localize actor name? tks
by joeylu
Tue Mar 12, 2024 12:40 pm
Forum: Dialogue System for Unity
Topic: localization setting issues
Replies: 7
Views: 243

Re: localization setting issues

ok, understood now, tks Tony
by joeylu
Tue Mar 12, 2024 10:12 am
Forum: Dialogue System for Unity
Topic: localization setting issues
Replies: 7
Views: 243

Re: localization setting issues

Hi Tony, Removing localization fields were the first thing I did, but as my previous post mentioned, it has no effect https://www.pixelcrushers.com/phpbb/download/file.php?mode=view&id=4731 And as the second screen shot, you can see I manually added a few localization fields (not from template),...
by joeylu
Tue Mar 12, 2024 9:06 am
Forum: Dialogue System for Unity
Topic: localization setting issues
Replies: 7
Views: 243

Re: localization setting issues

Hi, I did tried to remove, re-add couple of times in the template, and I'm still not able to remove those localization type field in dialogue entries. One thing to notice, is that only Localization type field are affected, even weird, if I manually add any localization field into any dialogue entrie...
by joeylu
Tue Mar 12, 2024 2:17 am
Forum: Dialogue System for Unity
Topic: localization setting issues
Replies: 7
Views: 243

localization setting issues

Hi Tony, There is weird issue occurred when I added some localization settings, I will try to explain it step by steps I added a field in Template/Dialogue entry, named it "zh-CN" in its title I went to one of the conversation and picked one of the dialogue entry, click the "Template&...
by joeylu
Fri Mar 08, 2024 4:39 am
Forum: Dialogue System for Unity
Topic: SequencerCommand execution order?
Replies: 7
Views: 337

Re: SequencerCommand execution order?

Fantastic, thank you Tony