hai-vr/av3-animator-as-code

AacFl's SubStateMachine.Any* is ineffective on sub-state machines

hai-vr opened this issue · 1 comments

Calling AacFl's SubStateMachine.Any* does not result in the generation of a transition in the graph.

The fix may be to make invocation of this method from within sub-state machines proxy to the top level state machine's Any state node.

Being fixed by 0172415