Search found 4 matches

by Arakiel
Thu Sep 12, 2024 12:30 pm
Forum: Dialogue System for Unity
Topic: Newbie Question/Problem - Input System maybe?
Replies: 7
Views: 65

Re: Newbie Question/Problem - Input System maybe?

Hey, I think i've got it figured out now. After narrowing it down to just the mouse click getting swallowed I redid my forum search and ran into this old thread: https://www.pixelcrushers.com/phpbb/viewtopic.php?p=44798 While that thread is for the standard/tutorial asset controllers, it was also pe...
by Arakiel
Thu Sep 12, 2024 11:28 am
Forum: Dialogue System for Unity
Topic: Newbie Question/Problem - Input System maybe?
Replies: 7
Views: 65

Re: Newbie Question/Problem - Input System maybe?

Hey thanks for the response! I went through and checked the things you mentioned. The DemoScene1 played just fine and I was able to click the responses. For the UI I am using the included basic UI and haven't modified it or changed any of the OnClick events. I am not yet using a Selector or anything...
by Arakiel
Thu Sep 12, 2024 10:38 am
Forum: Dialogue System for Unity
Topic: Newbie Question/Problem - Input System maybe?
Replies: 7
Views: 65

Re: Newbie Question/Problem - Input System maybe?

Was able to confirm its an Input System conflict by the simple expedience of turning off all the controller scripts on my player object. Conversations immediately started responding to clicks in the dialogue options again. So I know it's an input system conflict but I've tried turning USE_NEW_INPUT ...
by Arakiel
Thu Sep 12, 2024 8:36 am
Forum: Dialogue System for Unity
Topic: Newbie Question/Problem - Input System maybe?
Replies: 7
Views: 65

Newbie Question/Problem - Input System maybe?

Good Morning (or whatever descriptor for your timezone) I am new to The Dialogue System and I have run into a problem. Following the Quick Start video I created a small conversation in a separate testing project and it all worked just fine. However, after replicating this in my main poc project I ca...