Overlapping/ showing 2 states at once on anything but 'Normal' state
I am doing a project with my own characters and a player score system using stars.
The character has different emotions on each state. So I can change the emotion of the character by state instead of adding an entire new object per emotion. As with the stars, there is a state per added star. For example: 1 star has 1 star, 2 star has 2 stars, etc... So as the player's score goes up or down, it changes state to the respective number of stars.
As you can see in my screenshot. Both the normal state pose and the Pointing state pose on the character are shown at one time. This only happens if I use a state other than 'Normal'. The normal state only shows itself. The stars are also overlapping. It should be showing only 3 stars, but it also shows the 'normal' default state of 5 stars.
This has not happened to me in earlier project. Any ideas how to fix this? TIA!