Rohith Nanthan Baskaran
Rohith Nanthan Baskaran
Hi @Demigiant , I am also facing the issue for Do Local Rotate. Every time I try to align using do tween the destination keeps changing. ``` private Tween GetRotateTween(AnimData...
@Demigiant , I also tried Do local Rotate Quaternion but it still doesn't work 😢 ``` private Tween GetRotateTween(AnimData data) { var curretAngle = data.targetMesh.localRotation.eulerAngles; return data.targetMesh.DOLocalRotateQuaternion( Quaternion.Euler(new Vector3( data.xAngle,curretAngle.y,curretAngle.z))...
Hi, Thanks for pushing the update in the short time I really appreciate it. I tested the new build and unfortunately it still doesn't resolve DoLocalRotate with RotateMode.Fast or with...