Animator + DOTween not working simultaneously
« on: October 26, 2015, 08:02:03 PM »
Hi, I am using dotween for following purpose jump player,jetpack power up.I am also using animator's animation system to rotate character simultaneously.But the thing is animator's rotation is not occuring nor dotween is working with each other.

When I disable animator from gameobject then dotween do work properly and vice varsa.

My gameobject setup is,
Parent - (moving with simple waypoint system's splineMove)
   Child - (contains actual character who jumps and rotates)