Update: Please ignore this topic. Just a simple mistake and already solved...
Hi,
I got some problems about the response menu selection and focus.
1. When I trying to select 1 of the responses. It will looks like multi of them selected. One by mouse, one by maybe keyboard? I thought so because I can move the focus which not selected by mouse with keyboard up down key.
2. I think this issue is related to 1st issue.
When I move mouse over the upper part of the response panel, it will automatic move the focus(which is not select by mouse, it seems a default focus with keyboard) up and down.
And I can even trigger the response menu's click effect by click the empty space. But the response will not be submit. It just show a UI click effect.
The up and down depends on the position.
The red circle in image show where my mouse cursor is.
It just like there is a boarderline in the dark space above the response panel.
If mouse is upper part of the boarderline, the focus will move up 1 by 1 until the top response.
If mouse is bottom part of the boarderline, the focus will move down 1 by 1 until the bottom response.
Of course there is no real boarderline there. I cant find any game object or panel there. So really confuse what happened.
Btw, infact I have a customized UI. So I switch to JRPG Template UI to check if it's my UI's problem. But it still happen with JRPG Template UI. I guess maybe it's a problem of new input system integration but cant solve it.
Please help me solve it, thanks!
Background Informations:
1. using Unity New Input System. Already done the integration.Of course not sure I make some mistake or not.
2. using EventSystem with New Input System's input action. And a PlayerInput component to management the input actions.
3. Dialogue Manager Settings
Respone selection and focus issue
Respone selection and focus issue
Last edited by cruzsoma on Tue May 06, 2025 2:39 am, edited 1 time in total.
Re: Respone selection and focus issue
Just solved by enable the Input Device Manager Component...
It's just a simple mistake...
For any one who have same problem. Just check you Input Device Manager is available!
It's just a simple mistake...
For any one who have same problem. Just check you Input Device Manager is available!
Re: Respone selection and focus issue
Good find!
Note: The Dialogue System include a component named Deselect Previous On Pointer Enter. If you add this to the response buttons, then when you mouse over one button it will make sure the previous button is not also highlighted. You can use the component on any UI button.
Note: The Dialogue System include a component named Deselect Previous On Pointer Enter. If you add this to the response buttons, then when you mouse over one button it will make sure the previous button is not also highlighted. You can use the component on any UI button.