Demigiant Forum

Unity Assets => DOTween & DOTween Pro => Topic started by: grillaface on May 13, 2015, 10:26:43 PM

Title: Rotate Around
Post by: grillaface on May 13, 2015, 10:26:43 PM
Hey there! Just heard about DOTween a few days ago and dang is it awesome!  Great work!

Anyways I was wondering if there is a tween for "rotate around"... 

http://docs.unity3d.com/ScriptReference/Transform.RotateAround.html

Any way to achieve this, or maybe add as a feature someday?

Thanks so much  :D
Title: Re: Rotate Around
Post by: Daniele on May 13, 2015, 11:03:37 PM
Hi! Glad you like it :)


No RotateAround tween for now, though I have it in my todo list since a while. Hope to have it done soon.


In the meantime, you can use a trick and put your "rotateAround" object inside a parent, shift it for the amount you want, and then rotate the parent.
Title: Re: Rotate Around
Post by: grillaface on May 13, 2015, 11:41:27 PM
Brilliant, that'll work!

 ;D