Search found 39 matches
- Wed Feb 01, 2023 4:16 pm
- Forum: Dialogue System for Unity
- Topic: How to update visible dialogue to language changes
- Replies: 4
- Views: 462
Re: How to update visible dialogue to language changes
I solved my issue by modifying the code as so: var state = DialogueManager.conversationModel.GetState(DialogueManager.currentConversationState.subtitle.dialogueEntry); state.subtitle.speakerInfo.Name = CharacterInfo.GetLocalizedDisplayNameInDatabase (state.subtitle.speakerInfo.nameInDatabase); Dialo...
- Wed Feb 01, 2023 3:29 pm
- Forum: Dialogue System for Unity
- Topic: How to update visible dialogue to language changes
- Replies: 4
- Views: 462
Re: How to update visible dialogue to language changes
that worked for the dialogue text, but i need to reset the actor name as well (there's a name label indicating who is speaking)
- Wed Feb 01, 2023 12:00 pm
- Forum: Dialogue System for Unity
- Topic: How to update visible dialogue to language changes
- Replies: 4
- Views: 462
How to update visible dialogue to language changes
In my project, which uses i2 for localization, it is possible to change the language in the settings while a dialogue is diaplayed. We see both the actor name and the dialogue text. Translation works fine when a new conversation is started, but is there any way i could force a refresh that would tak...
- Fri Nov 11, 2022 3:19 pm
- Forum: Dialogue System for Unity
- Topic: DS To I2 tool suddenly stopped working
- Replies: 13
- Views: 962
Re: DS To I2 tool suddenly stopped working
I apologize. i misunderstood the purpose of some of those dropdown elements and was missing the one I needed. It seems fine now, however, i got this error a couple of times. But i was able to do it without error a couple of times, so maybe it's alright. What do you think? Here's the error
- Fri Nov 11, 2022 11:24 am
- Forum: Dialogue System for Unity
- Topic: DS To I2 tool suddenly stopped working
- Replies: 13
- Views: 962
Re: DS To I2 tool suddenly stopped working
hmm no difference (but there are 10 false values in the array instead now)
- Fri Nov 11, 2022 10:05 am
- Forum: Dialogue System for Unity
- Topic: DS To I2 tool suddenly stopped working
- Replies: 13
- Views: 962
Re: DS To I2 tool suddenly stopped working
it seems that in FieldSelectionDictionary, the 'includes' array is full of 'false' values
- Thu Nov 10, 2022 4:43 pm
- Forum: Dialogue System for Unity
- Topic: DS To I2 tool suddenly stopped working
- Replies: 13
- Views: 962
Re: DS To I2 tool suddenly stopped working
I don't always get errors, but if I try a few times, I sometimes get this error.
- Thu Nov 10, 2022 4:06 pm
- Forum: Dialogue System for Unity
- Topic: DS To I2 tool suddenly stopped working
- Replies: 13
- Views: 962
Re: DS To I2 tool suddenly stopped working
that is definitely not a problem because it properly checks out the correct i2 asset in perforce when doing this (also i only have one i2 languages asset in my project)
- Thu Nov 10, 2022 3:46 pm
- Forum: Dialogue System for Unity
- Topic: DS To I2 tool suddenly stopped working
- Replies: 13
- Views: 962
Re: DS To I2 tool suddenly stopped working
attached is my settings
- Thu Nov 10, 2022 3:43 pm
- Forum: Dialogue System for Unity
- Topic: DS To I2 tool suddenly stopped working
- Replies: 13
- Views: 962
Re: DS To I2 tool suddenly stopped working
No difference. The i2 asset simply remains unchanged. No errors or anything