I want to keep my toggle highlighted when I click somewhere else.
Right now it is jumping back to “Normal color” - how can I prevent this?
I want to keep my toggle highlighted when I click somewhere else.
Right now it is jumping back to “Normal color” - how can I prevent this?
not sure unityUI has an easy way to do that.
that way i have that working (for my UI plugin) is to have a Focused state for Images. If you click on another image with Focused state enabled, only then does the focus jump to the image clicked on. else Focus stays where it is.
So, it´s a workaround scripted solution - right?
It’s a custom UI I’m presently working on.
shot of the different image States: