Demigiant / dotween

A Unity C# animation engine. HOTween v2
http://dotween.demigiant.com
Other
2.33k stars 350 forks source link

Request - [PRO] Add RectTransform component to the list of supported components for visual editor #445

Closed alekostsom closed 3 years ago

alekostsom commented 3 years ago

Please, can you add this so we can setup and trigger animations for UGUI elements (e.g. DoAnchorPos)?

Thanks for the awesome work, keep it up!

Demigiant commented 3 years ago

It's already there :) If you do a DOMove on a RectTransform it will actually do a DOAnchorPos in the background

alekostsom commented 3 years ago

Awesome! Thanks!