Search found 111 matches
- Thu Jun 27, 2024 3:25 am
- Forum: Dialogue System for Unity
- Topic: reverse markup possible?
- Replies: 1
- Views: 94
reverse markup possible?
Hi Tony, I use emphasis settings (something like <em1></em1>) as the basic styling markup for my contents, it works well. However, since I have a lot of dialogue contents in my game, it becomes inconvenience to add or edit <em> markup when needed. In my usage, my purpose is to show some different te...
- Sun Jun 09, 2024 11:19 am
- Forum: Dialogue System for Unity
- Topic: temporally disable response timeout
- Replies: 3
- Views: 154
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
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
- Sun Jun 09, 2024 8:16 am
- Forum: Dialogue System for Unity
- Topic: temporally disable response timeout
- Replies: 3
- Views: 154
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...
- Wed Apr 03, 2024 2:02 pm
- Forum: Dialogue System for Unity
- Topic: How to localize actor name?
- Replies: 5
- Views: 293
Re: How to localize actor name?
Thank you Tony
- Wed Apr 03, 2024 11:56 am
- Forum: Dialogue System for Unity
- Topic: How to localize actor name?
- Replies: 5
- Views: 293
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 ...
- Wed Apr 03, 2024 11:10 am
- Forum: Dialogue System for Unity
- Topic: How to localize actor name?
- Replies: 5
- Views: 293
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
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
- Tue Mar 12, 2024 12:40 pm
- Forum: Dialogue System for Unity
- Topic: localization setting issues
- Replies: 7
- Views: 406
Re: localization setting issues
ok, understood now, tks Tony
- Tue Mar 12, 2024 10:12 am
- Forum: Dialogue System for Unity
- Topic: localization setting issues
- Replies: 7
- Views: 406
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),...
- Tue Mar 12, 2024 9:06 am
- Forum: Dialogue System for Unity
- Topic: localization setting issues
- Replies: 7
- Views: 406
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...
- Tue Mar 12, 2024 2:17 am
- Forum: Dialogue System for Unity
- Topic: localization setting issues
- Replies: 7
- Views: 406
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&...