Search found 7 matches

by Timeberwell
Thu Apr 22, 2021 2:18 am
Forum: Dialogue System for Unity
Topic: How to have two Dialogue System Controller running at the same time?
Replies: 14
Views: 691

Re: How to have two Dialogue System Controller running at the same time?

Oh well, this is strange.

Anything else you can think of to let me try?
I'm out of ideas. I started a brand new project, and the problems are still there.
by Timeberwell
Wed Apr 21, 2021 1:11 am
Forum: Dialogue System for Unity
Topic: How to have two Dialogue System Controller running at the same time?
Replies: 14
Views: 691

Re: How to have two Dialogue System Controller running at the same time?

Problem persists. And I'm using the new Input System package, which could be where the problem lies. After opening your "Simultaneous Conversations Example", I swap the input type to the new Input System in the EventSystem, then I change the UseKey in the Selector script so I can initiate ...
by Timeberwell
Tue Apr 20, 2021 7:54 pm
Forum: Dialogue System for Unity
Topic: How to have two Dialogue System Controller running at the same time?
Replies: 14
Views: 691

Re: How to have two Dialogue System Controller running at the same time?

New problem. The current conversation ends abruptly when the new conversation with UI override starts. Here's a video demonstrating this. https://youtu.be/E1c_GYajM2I Are there problems with how my objects are setup? Am I using the right scripts? Everything has remained the same from the previous sc...
by Timeberwell
Sat Apr 17, 2021 10:21 pm
Forum: Dialogue System for Unity
Topic: How to have two Dialogue System Controller running at the same time?
Replies: 14
Views: 691

Re: How to have two Dialogue System Controller running at the same time?

Nice! I'm glad that it's reproducible on your end.
I look forward to seeing all my bugs vanish.
by Timeberwell
Sat Apr 17, 2021 6:08 pm
Forum: Dialogue System for Unity
Topic: How to have two Dialogue System Controller running at the same time?
Replies: 14
Views: 691

Re: How to have two Dialogue System Controller running at the same time?

It's alright, I'm sorry for now showing this clearly. Here's a video demonstration the intended effects and the bugs: https://youtu.be/6rpuTUtKImk 00:00 Normal Player-NPC conversation, expected behaviour. 00:11 Normal NPCs conversation, expected behaviour. 00:40 "NPC would randomly get deleted&...
by Timeberwell
Sat Apr 17, 2021 3:51 pm
Forum: Dialogue System for Unity
Topic: How to have two Dialogue System Controller running at the same time?
Replies: 14
Views: 691

Re: How to have two Dialogue System Controller running at the same time?

Thanks for the quick reply but I have tried this. In fact, this is also what I have setup currently, as shown in the pictures. This is the bug I'm encountering. Say that the NPCs start their conversation and overrides the Dialogue System Controller to do their thing. Before they finish, the Dialogue...
by Timeberwell
Sat Apr 17, 2021 2:50 pm
Forum: Dialogue System for Unity
Topic: How to have two Dialogue System Controller running at the same time?
Replies: 14
Views: 691

How to have two Dialogue System Controller running at the same time?

Greetings, Tony! I have searched the forum and couldn't find anything this complicated, so here I am. I'd like to apologize in advance for a long post. I have two sets of actors. The first pair is player and NPC, Player and TestNPC , they use a modified Standard Dialogue UI, and the usual stuff. The...