Search found 8 matches

by scratchyback
Sun Jun 18, 2017 4:38 am
Forum: Dialogue System for Unity
Topic: Two different dialogues executing at the same time
Replies: 5
Views: 1236

Re: Two different dialogues executing at the same time

Thanks a lot! We have tried this and thanks to your extensive examples we had it u and running in no time. It works perfectly.
by scratchyback
Fri Jun 16, 2017 11:06 am
Forum: Dialogue System for Unity
Topic: Two different dialogues executing at the same time
Replies: 5
Views: 1236

Two different dialogues executing at the same time

Hello, We are making a game where in one scene a player could have two conversations at the same time with two different NPC's. There would be the main dialogue, with its own UI and own conversation, and while the player is handling that, the phone could ring and a different dialogue has to start up...
by scratchyback
Tue Apr 14, 2015 7:17 am
Forum: Dialogue System for Unity
Topic: Problem with smoothing out speech bubble dialogue flow
Replies: 6
Views: 1719

Problem with smoothing out speech bubble dialogue flow

I did more 'spot the differences' between your project and mine because I couldn't stand it that I couldn't figure this out, and i found the difference! In my dialogue I set the 'NPC reminder' line to the same UI element as 'NPC line' because I figured that would save me creating the same UI element...
by scratchyback
Tue Apr 14, 2015 7:02 am
Forum: Dialogue System for Unity
Topic: Problem with smoothing out speech bubble dialogue flow
Replies: 6
Views: 1719

Problem with smoothing out speech bubble dialogue flow

Wow (again), thanks for the amount of work you put into this reply. Really, hats up, the support on this forum alone is already more than worth the investment in your amazing dialogue system. I have inserted your code. The continue button now works as a charm, only showing up in case when it is an a...
by scratchyback
Sat Apr 11, 2015 10:42 pm
Forum: Dialogue System for Unity
Topic: Problem with smoothing out speech bubble dialogue flow
Replies: 6
Views: 1719

Problem with smoothing out speech bubble dialogue flow

Wow, thank you for the extensive help. With your comments I have come a lot further. There are still two things that dont go as I want: When the player clicks a response in the panel, the player reminder is shown in the speech bubble  for about 2-3 seconds, before moving on to the next NPC line. (th...
by scratchyback
Fri Apr 10, 2015 11:07 pm
Forum: Dialogue System for Unity
Topic: Problem with smoothing out speech bubble dialogue flow
Replies: 6
Views: 1719

Problem with smoothing out speech bubble dialogue flow

Hello, I have created a 2D speech bubble-line Dialogue system where the user can pick the responses from a panel (the clicked response (the reminder) is then shown  above the player's head). There are parts in the dialogue where there is just one response so the Player and NPC start talking on their...
by scratchyback
Tue Apr 07, 2015 8:07 am
Forum: Dialogue System for Unity
Topic: Error when trying to implement Dialogue UI in 2D Unity 5 project
Replies: 3
Views: 1004

Error when trying to implement Dialogue UI in 2D Unity 5 project

This helped a lot. I got the UI to work now and I am closer to the desired 'wrapping my head around it'. Thanks!
by scratchyback
Mon Apr 06, 2015 12:51 am
Forum: Dialogue System for Unity
Topic: Error when trying to implement Dialogue UI in 2D Unity 5 project
Replies: 3
Views: 1004

Error when trying to implement Dialogue UI in 2D Unity 5 project

Hello, I have just recently purchased your asset and I am now trying to wrap my head around it's workings. I am working on a 2D project and I managed to get the dialogue working (I didnt import -all- the files in the package to not clutter my project with examples I will not use. I only imported the...