Currently, I am using either enable or SetActive() to hide some buttons as needed (ie during a pause menu). If I instead use the animator to fade them out, would they still exist in that the ‘hot spots’ were still active?
Use a canvas group for the alpha and turn off interactive and block events when it is hidden and it won’t receive any button clicks
1 Like