You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
"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?
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
The text was updated successfully, but these errors were encountered: