What I want to do is have a condition set up:
If speed > .1, OR if speed < -.1 OR if direction > .1 OR if direction < -.1 Then do the transition.
However it seems that you have to meet all the mecanim conditions before a transition will occur. What if I only want to meet one of them?
If there isn’t a way, I’m probably going to have to set up an extra bool to keep track of this stuff, which is disappointing.