A few questions. Been a while

Announcements, support questions, and discussion for the Dialogue System.
User avatar
Tony Li
Posts: 21684
Joined: Thu Jul 18, 2013 1:27 pm

Re: A few questions. Been a while

Post by Tony Li »

Does it still show Eligible For Click: False, or some other error?
hrohibil
Posts: 368
Joined: Thu Nov 04, 2021 12:50 pm

Re: A few questions. Been a while

Post 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 . ??
User avatar
Tony Li
Posts: 21684
Joined: Thu Jul 18, 2013 1:27 pm

Re: A few questions. Been a while

Post 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.
hrohibil
Posts: 368
Joined: Thu Nov 04, 2021 12:50 pm

Re: A few questions. Been a while

Post 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?
hrohibil
Posts: 368
Joined: Thu Nov 04, 2021 12:50 pm

Re: A few questions. Been a while

Post by hrohibil »

Here is pic to previous post


User avatar
Tony Li
Posts: 21684
Joined: Thu Jul 18, 2013 1:27 pm

Re: A few questions. Been a while

Post 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?
hrohibil
Posts: 368
Joined: Thu Nov 04, 2021 12:50 pm

Re: A few questions. Been a while

Post 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..


User avatar
Tony Li
Posts: 21684
Joined: Thu Jul 18, 2013 1:27 pm

Re: A few questions. Been a while

Post 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.
hrohibil
Posts: 368
Joined: Thu Nov 04, 2021 12:50 pm

Re: A few questions. Been a while

Post 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



User avatar
Tony Li
Posts: 21684
Joined: Thu Jul 18, 2013 1:27 pm

Re: A few questions. Been a while

Post by Tony Li »

Can you try updating to Input System 1.5? Version 1.4.4 had several bugs.
Post Reply