Page 1 of 1

Continue Button/Response Panel Losing Focus with New Unity Input System

Posted: Fri Oct 01, 2021 10:46 am
by cptscrimshaw
Hi Tony,

I'm using the new Unity input system along with a gamepad and I'm running into an issue where "sometimes" the dialogue Continue button works, and sometimes the response panel navigation works, and sometimes they don't. It seems like sometimes they gain focus when I look at the EventSystem and sometimes they do not.

For example, when I start a conversation and the first selectable would be the NPC continue button, it shows the previous item in the EventSystem (which is an item from UIS) instead of the continue button. Is there a way to force it to focus beyond what I have in my setup already?

https://ibb.co/nP4KkvL

Let me know if there is other information I can provide, and thanks!

Re: Continue Button/Response Panel Losing Focus with New Unity Input System

Posted: Fri Oct 01, 2021 12:35 pm
by Tony Li
Hi,

Is the Dialogue Manager's Input Device Manager > Always Auto Focus checkbox ticked?

Re: Continue Button/Response Panel Losing Focus with New Unity Input System

Posted: Fri Oct 01, 2021 1:31 pm
by cptscrimshaw
No... it was not. That worked perfectly - I knew it was something simple. Thanks for the quick fix Tony!

Re: Continue Button/Response Panel Losing Focus with New Unity Input System

Posted: Fri Oct 01, 2021 1:41 pm
by Tony Li
Glad to help!