Search found 5 matches
- Wed Jun 11, 2025 2:04 am
- Forum: Dialogue System for Unity
- Topic: [BUG] Fields cannot be deleted
- Replies: 4
- Views: 744
Re: [BUG] Fields cannot be deleted
Hi Tony, Thank you very much for your response! I've found a workaround that allowed me to edit the extra fields. I used the menu options available on the Templates panel specifically, I modified the Dialogue Entries section and then applied Sync Assets and Template and Apply Template to Assets . Th...
- Tue Jun 10, 2025 12:55 pm
- Forum: Dialogue System for Unity
- Topic: [BUG] Fields cannot be deleted
- Replies: 4
- Views: 744
Re: [BUG] Fields cannot be deleted
Hello again, I was able to fix this problem by navigating to Database -> Localization Export/Import -> Languages (checkbox also updates main text when reimporting language file) and choose the find languages file and then remove the extra fields from there. However, this fixes the issue for some nod...
- Tue Jun 10, 2025 12:11 pm
- Forum: Dialogue System for Unity
- Topic: [BUG] Fields cannot be deleted
- Replies: 4
- Views: 744
[BUG] Fields cannot be deleted
Hi Tony, While trying to change some fields in the dialogue entry properties (shown in the inspector), i found an issue that is when trying to delete a field in the 'All Fields' section it gets added back. I tried to change the type of field but it keeps persisting. I couldn't find a way to attach a...
- Tue Jun 10, 2025 11:43 am
- Forum: Dialogue System for Unity
- Topic: How to translate responses in game
- Replies: 3
- Views: 503
Re: How to translate responses in game
Hi Tony,
Thank you so much for your prompt and helpful response!
I truly appreciate how quickly you jumped in to assist. Your dedication and support make using the Dialogue System asset even more enjoyable!
Wishing you all the best!
Thank you so much for your prompt and helpful response!
I truly appreciate how quickly you jumped in to assist. Your dedication and support make using the Dialogue System asset even more enjoyable!
Wishing you all the best!
- Tue Jun 10, 2025 10:34 am
- Forum: Dialogue System for Unity
- Topic: How to translate responses in game
- Replies: 3
- Views: 503
How to translate responses in game
Hi, I have a problem where my responses cannot be translated. When i change the language (by pressing a button in my UI) i run the method: DialogueManager.SetLanguage(language); This only translates the Subtitle UI and not the responses unfortunately. What i want is to be able to translate the respo...