av3-animator-as-code
av3-animator-as-code copied to clipboard
Calling Or() on a TransitionsFromEntry() fails with an exception
var mainSubStateMachine = layer.NewSubStateMachine("Main");
mainSubStateMachine.Restarts();
var state = mainSubStateMachine.NewState("S1");
state.TransitionsFromEntry()
.When(rightTrackPadParamBool.IsFalse())
.Or()
.When(rightAButtonParamBool.IsTrue());
InvalidOperationException: _sourceNullableIfAny is not null but does not contain an AnimatorStateMachine
Reported on: https://discord.com/channels/923123027879813150/946570418892988457/1205619208822591579