A few questions. Been a while
Re: A few questions. Been a while
Does it still show Eligible For Click: False, or some other error?
Re: A few questions. Been a while
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 . ??
Is it still supposed to show on the eventmanager . ??
Re: A few questions. Been a while
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
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?
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
Here is pic to previous post
Re: A few questions. Been a while
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
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..
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
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.
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
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
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
Can you try updating to Input System 1.5? Version 1.4.4 had several bugs.