Search found 73 matches

by fanaei
Thu Oct 11, 2018 11:01 am
Forum: Dialogue System for Unity
Topic: Continue dialogue by Animator
Replies: 5
Views: 827

Re: Continue dialogue by Animator

Thank you Tony.
Found the answer for both of my questions.
On Timeline Passed the dialogues by: PlaySequenceClip and Continue() command
And Hided the Dialogue panel by: PlaySequenceClip and AnimatorTrigger(Hide,Dialogue Panel) command
by fanaei
Thu Oct 11, 2018 8:17 am
Forum: Dialogue System for Unity
Topic: Continue dialogue by Animator
Replies: 5
Views: 827

Re: Continue dialogue by Animator

I'm using Dialogue UI as a prefab, so I don't know how to control the Continue Button or Hide the Dialogue panel!

I tried to use timeline, but using "start conversation clip" and changing Entry ID, doesn't change the dialogues automatically.
problem2.jpg
problem2.jpg (60.75 KiB) Viewed 818 times
by fanaei
Wed Oct 10, 2018 10:22 am
Forum: Dialogue System for Unity
Topic: Continue dialogue by Animator
Replies: 5
Views: 827

Continue dialogue by Animator

Hi I wanted to know that how can I continue or change dialogue from Animator's animations? (I prefer not to use Timeline) I tried to use below code, but couldn't pass the dialogues by changing initialDialogueEntryID. DialogueManager.StartConversation (DialogueManager.MasterDatabase.GetConversation (...
by fanaei
Tue Sep 25, 2018 1:29 pm
Forum: Dialogue System for Unity
Topic: Can't find subtitle panel
Replies: 5
Views: 1120

Re: Can't find subtitle panel

Thank you Tony. Your solution worked.
by fanaei
Tue Sep 25, 2018 6:25 am
Forum: Dialogue System for Unity
Topic: Can't find subtitle panel
Replies: 5
Views: 1120

Re: Can't find subtitle panel

I found out that error occurs when I start the game from another scene that has Dialogue Manager Prefab . Because in the main scene of my game I used some objects on Dialogue system events , and when I start the game from another scene, because DialogueManager prefab doesn't destroy, it comes to the...
by fanaei
Mon Sep 24, 2018 1:30 pm
Forum: Dialogue System for Unity
Topic: Can't find subtitle panel
Replies: 5
Views: 1120

Can't find subtitle panel

I got the error below and couldn't find the reason that causes the error. But the error went gone after a while automatically! And then got problem when I build the game. It seems it sometimes happens and sometimes not! Do you know its reason? If it happens randomly on final released game, it ruins ...
by fanaei
Fri Sep 14, 2018 2:48 pm
Forum: Dialogue System for Unity
Topic: Get localized conversation texts
Replies: 4
Views: 610

Re: Get localized conversation texts

Thank you Tony, but I still prefer not to use Text tables. Because using conversation panel is easier. So just tell me why using void Start gives me null and with void Update , I can get the right variable? I don't wanna use Update, so I appreciate it if you tell me that what's the best void to use ...
by fanaei
Fri Sep 14, 2018 1:54 pm
Forum: Dialogue System for Unity
Topic: The best and easiest way to localize conversations
Replies: 7
Views: 850

Re: The best and easiest way to localize conversations

It's an example of csv file that I get after exporting. For sure nobody can help me on localizing such a file!
I don't know if I'm doing something wrong or it's the same for everybody.
problem1.jpg
problem1.jpg (188.94 KiB) Viewed 845 times
by fanaei
Fri Sep 14, 2018 12:15 pm
Forum: Dialogue System for Unity
Topic: The best and easiest way to localize conversations
Replies: 7
Views: 850

Re: The best and easiest way to localize conversations

Thank you. I'll wait for your next release.
by fanaei
Fri Sep 14, 2018 12:01 pm
Forum: Dialogue System for Unity
Topic: The best and easiest way to localize conversations
Replies: 7
Views: 850

Re: The best and easiest way to localize conversations

Thank you Tony for your quick replay. But I2 localization was just an example and I prefer not to use it and instead of that I want to use just Dialogue system for localizing Conversations and UI texts. So please suggest me a solution without I2 localization. I tried to export a csv file with Dialog...