Does anyone know if its possible to run an animation in python using a unity character model or blender?
This is what I want to happen to put it simply.
while True:
run idle animation
if x:
run animation 1
elif y:
run animation 2
else:
run animation 3