I have a float which can be a negative number. The problem I’m having is that if the float becomes negative, it will not transition to another Blend Tree (called Rotate Left). If you look at the screen shot I have a ‘Rotation’ condition chosen, with a -.01 or less to allow for the transition to work. It refuses to transition. What am I missing?
The transition probably has an Exit Time which is about 30 seconds into the animation.
Exit Time means that is the only time in the animation that the state can exit through a transition that has been fired. It will wait until that time to leave the state.