[SOLVED] State Graph Not working

Hi team,

I am encountering an issue with the animation system in the state graph. Although the current state is correctly identified as hitonhead (verified by checking the currentState property), the associated animation for this state is not playing as expected. I have ensured that the hitonhead state is active, but the animation does not appear to trigger or display properly.I am triggering rubhead and angry animations on the basis of event I have added on the end of hitonhead animation .

Event

initalizing Event
image

My Event is also not initializing

Animation custom event not working

You’ve excluded the animation asset from the game

1 Like

thanks solved