Page 2 of 4

Re: A few questions. Been a while

Posted: Tue Mar 21, 2023 1:51 pm
by Tony Li
Does it still show Eligible For Click: False, or some other error?

Re: A few questions. Been a while

Posted: Tue Mar 21, 2023 3:22 pm
by hrohibil
After I clicked on the replace button then I don’t get any message at all.
Is it still supposed to show on the eventmanager . ??

Re: A few questions. Been a while

Posted: Tue Mar 21, 2023 6:41 pm
by Tony Li
Yes, you should still see the info at the bottom when you mouse over a UI button. If you don't, make sure the dialogue UI's canvas has a Graphic Raycaster component.

Re: A few questions. Been a while

Posted: Wed Mar 22, 2023 3:26 pm
by hrohibil
Hey Tony

Thank you so much for being patience with me. I really want this to work.

Unfortunately still stuck.

The Graphic Raycaster i checked on the canvas child of dialogue manager has it already.

Or where exactly do you mean I should check?

Re: A few questions. Been a while

Posted: Wed Mar 22, 2023 4:28 pm
by hrohibil
Here is pic to previous post



Re: A few questions. Been a while

Posted: Wed Mar 22, 2023 7:27 pm
by Tony Li
Make sure the Inspector is looking at the EventSystem. When you try to click on response button, what does the EventSystem say is selected?

Re: A few questions. Been a while

Posted: Thu Mar 23, 2023 1:44 am
by hrohibil
Tony there is nothing !!

Before I clicked the "Replaced with insputsystem" button I could hover over the UI button and it showed text, but nothing now.
See picture below.

My mouse is on the text and i also tried clicking many times..



Re: A few questions. Been a while

Posted: Thu Mar 23, 2023 10:33 am
by Tony Li
This is an Input System issue, not a Dialogue System issue. So we need to look at your Input System setup.

Please make sure you're using the latest version of the Input System package.

What versions of Unity and the Input System package are you using?

Are there any errors or warnings in the Console window?

Is the default input actions asset assigned to InputSystemUIInputModule? Or is your own input actions asset assigned? Try assigning the default input actions.

Re: A few questions. Been a while

Posted: Thu Mar 23, 2023 12:38 pm
by hrohibil
I am in unity version 2022.1.14f.
Input system version 1.4.4

No errors in console..

Regarding assigned to InputSystemUIInputModule, seeems like it is the default see pic # 2




Re: A few questions. Been a while

Posted: Thu Mar 23, 2023 5:55 pm
by Tony Li
Can you try updating to Input System 1.5? Version 1.4.4 had several bugs.