- Home /
Button animator not playing.
Hi,
I'm implementing a main menu for our game project. I have multiple panels that contain buttons for different menu page. All of the buttons have the same animator that plays a animation when highlighted. The problem is that only the buttons on the main menu panel play the animation, but not for any other buttons. However, the animator know that the buttons are highlighted.
Of course when the game starts, only the main menu page is enabled, other panels are enabled when correct buttons are clicked. I tried to wait for a frame when the panel is being enabled, which didn't fix the problem.
Any ideas how to fix this?
Thanks in advance!
Comment