I have a code that changes a buttons color on click (to show it’s activated). The script works fine, but I have to click on something else on the UI to actually get it to work. Is there a way around this? Like when the button is pressed instantly re-render it to the new color? I’ve tried OnGUI() and in the Update(). Neither makes a difference.
Solved Issue by using the Image Component instead of the button Component and messed around with my code. Not really sure how I fixed it but I did!!! This thread can be deleted!