Search found 7 matches

by Tabble
Thu Nov 09, 2017 3:56 am
Forum: Dialogue System for Unity
Topic: First text of a conversation node doesn't get displayed.
Replies: 14
Views: 1103

Re: First text of a conversation node doesn't get displayed.

Thank you :)

Can you tell me the reason why it happened? I haven't had the time to look into it yet.
by Tabble
Fri Nov 03, 2017 6:51 am
Forum: Dialogue System for Unity
Topic: First text of a conversation node doesn't get displayed.
Replies: 14
Views: 1103

Re: First text of a conversation node doesn't get displayed.

Another day, another try :) The script execution order didn't change anything. But I found the problem. I'm not enterly sure why. Maybe you've got an insight. It happens in the UnityUITypewriterEffect calss. public IEnumerator Play() { if ((control != null) && (charactersPerSecond > 0)) { //...
by Tabble
Thu Nov 02, 2017 4:44 am
Forum: Dialogue System for Unity
Topic: First text of a conversation node doesn't get displayed.
Replies: 14
Views: 1103

Re: First text of a conversation node doesn't get displayed.

I updated a copy to version 1.7.6. But the problem is still there.
by Tabble
Fri Oct 27, 2017 9:34 am
Forum: Dialogue System for Unity
Topic: First text of a conversation node doesn't get displayed.
Replies: 14
Views: 1103

Re: First text of a conversation node doesn't get displayed.

Unfortunately I can't send you the project.
And the "Wait One Frame Before Starting" Attribute is unticked.
by Tabble
Fri Oct 27, 2017 9:00 am
Forum: Dialogue System for Unity
Topic: First text of a conversation node doesn't get displayed.
Replies: 14
Views: 1103

Re: First text of a conversation node doesn't get displayed.

Hey,

I tried your Patch, but it doesn't work for my problem. Only adds a new problem. The full text gets displayed for a frame or two and it looks like a flash and then the typewriter starts.

Do you've got another idea, where the problem is grounded? I'll investigate more, too.
by Tabble
Fri Oct 27, 2017 3:37 am
Forum: Dialogue System for Unity
Topic: First text of a conversation node doesn't get displayed.
Replies: 14
Views: 1103

Re: First text of a conversation node doesn't get displayed.

Thank you very much for your quick response. And for the updated typewriter effect. I'll import it and test it :). Thanks
by Tabble
Thu Oct 26, 2017 11:04 am
Forum: Dialogue System for Unity
Topic: First text of a conversation node doesn't get displayed.
Replies: 14
Views: 1103

First text of a conversation node doesn't get displayed.

Hey, I've got a problem with the Dialogue System. I use Unity 5.4.0f3 and Dialogue System Version 1.6.8.. The problem is that sometimes the first text of a conversation node doesn't get displayed. I use the modified Typwriter Effect that scrolls automaticly with the text. I can't pinpoint it to a sp...