Re: Block Input Duration not having desired effect
Posted: Wed Nov 18, 2020 9:56 am
One hopefully final thing, sorry!
I hadn't noticed before as I was just testing for the block input duration, but when the buttons re-enable I am no longer able to navigate between options. If I move to select another option, the button will be highlighted for a few frames before flicking back to the original selection.
.
It's probably something obvious I'm missing, but I've looked through the options and can't seem to find a solution.
EDIT: For anyone else coming across the same issue, I've solved this by setting 'Focus Check Frequency' to 0 and adding Button.Select() to an OnEnable event.
I hadn't noticed before as I was just testing for the block input duration, but when the buttons re-enable I am no longer able to navigate between options. If I move to select another option, the button will be highlighted for a few frames before flicking back to the original selection.
.
It's probably something obvious I'm missing, but I've looked through the options and can't seem to find a solution.
EDIT: For anyone else coming across the same issue, I've solved this by setting 'Focus Check Frequency' to 0 and adding Button.Select() to an OnEnable event.