Bool parameter acting strangely

I have an extremely simple animation, object rotating by some degrees around an axe.
I set the transition to use boolean parameter.
When the boolean is true, the transition is performed, but the animation does not play.
7533761--930206--upload_2021-9-29_20-34-3.png
7533761--930203--upload_2021-9-29_20-33-6.png

When I set the boolean to false, then the animation plays.

Hey,

Click on the transition (the blue arrow in the image), and uncheck the box β€œCan Transition To Self.” That will likely solve the issue.

1 Like

Thanks a lot, it indeed works.

1 Like