Search found 29 matches

by DryreL
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: 185

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
by DryreL
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: 185

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?
by DryreL
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: 185

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.
by DryreL
Mon Oct 04, 2021 5:53 am
Forum: Dialogue System for Unity
Topic: How to enable TMP on Text Table?
Replies: 4
Views: 185

Re: How to enable TMP on Text Table?

Okay thanks!
by DryreL
Sun Oct 03, 2021 7:35 pm
Forum: Dialogue System for Unity
Topic: How to enable TMP on Text Table?
Replies: 4
Views: 185

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?
by DryreL
Sun Oct 03, 2021 6:35 pm
Forum: Dialogue System for Unity
Topic: How to enable TMP on Text Table?
Replies: 4
Views: 185

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?
image_2021-10-04_013451.png
image_2021-10-04_013451.png (8 KiB) Viewed 185 times
by DryreL
Fri Oct 01, 2021 6:26 am
Forum: Dialogue System for Unity
Topic: Scene Event works only once
Replies: 8
Views: 3319

Re: Scene Event works only once

Hi, I solved the problem, thank you!
by DryreL
Sun Sep 19, 2021 12:19 pm
Forum: Dialogue System for Unity
Topic: Scene Event works only once
Replies: 8
Views: 3319

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...
by DryreL
Sun Sep 19, 2021 12:04 pm
Forum: Dialogue System for Unity
Topic: Scene Event works only once
Replies: 8
Views: 3319

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...