#statemachines

4 messages · Page 1 of 1 (latest)

opal cape
#

func updateAnimation():
print(direction.x)
animationTree.set('parameters/move/blend_position',direction.x)

#

this gets called on the process function

#

direction is a connected with the input

#

zamn actually its an animation tree problem, i was following a tutorial on it