Rotate Around
« 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

*

Daniele

  • Dr. Admin, I presume
  • *****
  • 378
    • View Profile
    • Demigiant
Re: Rotate Around
« Reply #1 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.

Re: Rotate Around
« Reply #2 on: May 13, 2015, 11:41:27 PM »
Brilliant, that'll work!

 ;D