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
Hi, I'd be happy if we could reference variables directly from the parent, instead of setting the variable separately, we could have the current option as well, when we have to reference from children of the parent.
I hope you understand it, and I know the difficulty of the implementation, but it would be a nice feature to have.
The text was updated successfully, but these errors were encountered:
sairam4123
changed the title
Reference variables directly from StateMachine.
Reference variables directly from the parent of StateMachine
May 17, 2021
No not like that, well, directly referencing the variable, like getting the variable directly instead of setting the variable.
$StateMachinePlayer.set_param("speed", speed)
instead of this, the variable could be directly fetched from the parent, so instead of setting the variable here, the state machine will fetch the variable directly and we could reference the variable in the editor.
Hi, I'd be happy if we could reference variables directly from the parent, instead of setting the variable separately, we could have the current option as well, when we have to reference from children of the parent.
I hope you understand it, and I know the difficulty of the implementation, but it would be a nice feature to have.
The text was updated successfully, but these errors were encountered: