My use-case requires a button to be set to non-interactable when it is clicked, and then re-enabled later on. Unfortunately, when I re-enable the button it goes back into it’s clicked state (in this case a darkened colour) and stays there until I mouse-over it.
It’s set to have no navigation, so I don’t think it’s that issue.
I’ve also tried EventSystem.current.SetSelectedGameObject(null);
Even tried manually setting the button’s image colour to what it should be.
Anybody had this issue before?