gd-YAFSM icon indicating copy to clipboard operation
gd-YAFSM copied to clipboard

No way to use OR statements and a add node bug!

Open Adam27092008 opened this issue 2 years ago • 1 comments

While using the statemachine, I found that there is no option for "or" statements. What I mean is that when you need to check if either one of two requirements are met instead of checking if both requirements are met. Is there something I missed. BTW, there is a bug I found, there are two state-machine player nodes and two stack player nodes when you use the add child node. What I mean is: Some node Animation player Stack player Stack player State-machine player State-machine player Tween Some other node Some other other node

Adam27092008 avatar Mar 26 '22 06:03 Adam27092008

"Or" statement is not supported yet, current workaround would be simply comparing with "or" statement in script. It will be supported in the form of "ExpressionCondition"(#31).

While for the bug, would you mind to upload a minimal reproduction project?

imjp94 avatar Mar 26 '22 10:03 imjp94