Search found 14 matches

by Syoka
Sun Apr 06, 2025 10:52 am
Forum: Dialogue System for Unity
Topic: Actor name with I2
Replies: 3
Views: 282

Re: Actor name with I2

Hello, When you reimport your translations from i2 to the Dialogue System, do the dialogue database's Actors contains fields such as "Display Name en"? If not, then in the DS To i2 window please make use Actors > Display Name is ticked in the list of fields to localize. The actors do not ...
by Syoka
Sun Apr 06, 2025 9:15 am
Forum: Dialogue System for Unity
Topic: Actor name with I2
Replies: 3
Views: 282

Actor name with I2

Hi, I added the Dialogue System Use I2 Language. The conversations are successfully translated, while the actor name shown does not change according to the I2 language (either check or uncheck "Update Actor Name in runtime"). The I2 language does contain key like Dialogue System/Actor/12/D...
by Syoka
Thu Feb 13, 2025 3:50 am
Forum: Dialogue System for Unity
Topic: How to play sound when each word displays
Replies: 1
Views: 1091

How to play sound when each word displays

Hi, I would like to ask how to play sound when each word of dialogue displays. example: Dialog: "Forest is at the north of the village." I would like play text sound like: "Forest"->Play text sound ->"is"->Play text sound->"at"->Play text sound->... Is there e...
by Syoka
Mon Jun 10, 2024 9:14 am
Forum: Dialogue System for Unity
Topic: Submit of Response Menu
Replies: 1
Views: 272

Submit of Response Menu

Hi, I have set the submit key to z in InputManager but when I nevigate to a selection of response menu and press Z, it does not submit. The following are settings of InputDeviceManager and InputManager, is there wrong settings that affect the menu not submit? (I have also tried check AutoFocus but i...
by Syoka
Sun May 12, 2024 1:12 am
Forum: Dialogue System for Unity
Topic: Get actorName from an actor component but not the display name
Replies: 3
Views: 562

Get actorName from an actor component but not the display name

Hi, I want to make a script with method that: Input the DialogueActor component, then the method will StartConversation(actorName+"Conversation"), but the actor name is expected to be the database name but not the display name.
I have tried GetActorName() but it is the display name...
by Syoka
Sat May 04, 2024 10:51 am
Forum: Dialogue System for Unity
Topic: OnConversationEnd triggered twice
Replies: 3
Views: 845

Re: OnConversationEnd triggered twice

I am using 2.2.45 version.
My dialogue manager object is not actor nor conversant, so this will cause double trigger of OnConversationEnd event?
by Syoka
Sat May 04, 2024 4:10 am
Forum: Dialogue System for Unity
Topic: OnConversationEnd triggered twice
Replies: 3
Views: 845

OnConversationEnd triggered twice

Hi. The OnConversationEnd of player actor triggers twice whenever conversation ends. I only want the event to trigger once whenever conversation ends. I checked the error code(caused by the second trigger) and found that this may be caused by the following. Can I change any setting to avoid the dupl...
by Syoka
Sun Apr 28, 2024 11:03 am
Forum: Dialogue System for Unity
Topic: Problems for dialogue database setting
Replies: 3
Views: 1112

Re: Problems for dialogue database setting

It seems most of them are dialogue UI issues. I kept using the default UI and didn't study dialogue UI much yet.
Sorry for asking trivial questions. Thank you for your reply.
by Syoka
Sun Apr 28, 2024 10:55 am
Forum: Dialogue System for Unity
Topic: Error when using sequencer
Replies: 3
Views: 722

Re: Error when using sequencer

Oh, thank you. Then I decide to rewrite the method into no parameter.