#boss help

1 messages · Page 1 of 1 (latest)

woven crag
#

i checked the player tag and it is "Player"

covert trail
#

make sure your animation isn't modifying the transform or it will override your code's movement

woven crag
covert trail
#

and then you move them with code

crisp horizon
#

or you need root motion in the animation if you want the animation to move the object , but then the setting position by code does not work

covert trail
#

for something like a jump, you usually want much more precise control than you get in an animationclip (though for a boss it can be ok, just make sure the animation is handling all that movement)

woven crag
crisp horizon
covert trail
#

at any given point in time, you need to only be moving the thing in one way -- either through code or through the animation. you can swap between them if it's helpful to though

woven crag
#

im going to use root motion