Search found 29 matches
- Fri Feb 24, 2023 3:31 pm
- Forum: Dialogue System for Unity
- Topic: Selecting nodes in a conversation randomly
- Replies: 8
- Views: 5848
- Mon Oct 04, 2021 12:40 pm
- Forum: Dialogue System for Unity
- Topic: How to use translation API to work with Dialogue System?
- Replies: 5
- Views: 501
Re: How to use translation API to work with Dialogue System?
Hi,
How can I integrate Google Translate for example? It will be automatically translated from English to other languages
How can I integrate Google Translate for example? It will be automatically translated from English to other languages
- Mon Oct 04, 2021 9:19 am
- Forum: Dialogue System for Unity
- Topic: How to use translation API to work with Dialogue System?
- Replies: 5
- Views: 501
Re: How to use translation API to work with Dialogue System?
Hello, thanks for the info. But I need more details. Is there a more detailed explanation, documentation or video on how to integrate automatic translation systems into the Dialogue System?
- Mon Oct 04, 2021 5:56 am
- Forum: Dialogue System for Unity
- Topic: How to use translation API to work with Dialogue System?
- Replies: 5
- Views: 501
How to use translation API to work with Dialogue System?
Hello there,
As I mentioned in the title, how can we integrate translation systems such as Google Translate, Yandex Translate or Microsoft Translator into our game in an easy way? Do you plan to bring such an update?
Thanks.
As I mentioned in the title, how can we integrate translation systems such as Google Translate, Yandex Translate or Microsoft Translator into our game in an easy way? Do you plan to bring such an update?
Thanks.
- Mon Oct 04, 2021 5:53 am
- Forum: Dialogue System for Unity
- Topic: How to enable TMP on Text Table?
- Replies: 4
- Views: 468
Re: How to enable TMP on Text Table?
Okay thanks!
- Sun Oct 03, 2021 7:35 pm
- Forum: Dialogue System for Unity
- Topic: How to enable TMP on Text Table?
- Replies: 4
- Views: 468
Re: How to enable TMP on Text Table?
Hi,
Thanks it worked.
I have one more question. Can I use multiple text tables (main menu, UI menu, inventory menu etc..) or only one?
Thanks it worked.
I have one more question. Can I use multiple text tables (main menu, UI menu, inventory menu etc..) or only one?
- Sun Oct 03, 2021 6:35 pm
- Forum: Dialogue System for Unity
- Topic: How to enable TMP on Text Table?
- Replies: 4
- Views: 468
How to enable TMP on Text Table?
Hi,
I cannot drag the TMP Text to Localizate UI's Text Table. Normal Text works tho, what should I do?
I cannot drag the TMP Text to Localizate UI's Text Table. Normal Text works tho, what should I do?
- Fri Oct 01, 2021 6:26 am
- Forum: Dialogue System for Unity
- Topic: Scene Event works only once
- Replies: 8
- Views: 3826
Re: Scene Event works only once
Hi, I solved the problem, thank you!
- Sun Sep 19, 2021 12:19 pm
- Forum: Dialogue System for Unity
- Topic: Scene Event works only once
- Replies: 8
- Views: 3826
Re: Scene Event works only once
Another note: If you're not using the typewriter effect, you can modify the sequence. Example: AnimatorTrigger(Idle, listener); AnimatorTrigger(Talk, speaker); {{default}} I included the {{default}} keyword to tell the sequence to include the Dialogue Manager's Default Sequence. I'm using typewrite...
- Sun Sep 19, 2021 12:04 pm
- Forum: Dialogue System for Unity
- Topic: Scene Event works only once
- Replies: 8
- Views: 3826
Re: Scene Event works only once
Hi, There was an error "Animator not found" at start, then I drag character game objects to Dialogue System Trigger's Conversation Actor and Conversant , the error has gone. There is no error right now. Here's the animator setup: image_2021-09-19_185854.png Trigger names are same as in you...