Attention | Topic was automatically imported from the old Question2Answer platform. | |
Asked By | SnapCracklins |
So I am using a blackout screen between scene loads (ColorRect with a Tween added) in my mini game I am working on. Fade ins work great but for some reason on my end screen, the buttons are disabled after a fade finishes (no changes on hover, clicks don’t work).
What easy solution am I overlooking here?
The ColorRect
is faded in for the new scene? Is the ColorRect
also made invisible after the fade in, i.e. its visible
property is set to false
?
Ertain | 2022-04-02 18:43