Is that possible for me to use dotween to do complex UI animation for the runtime UI created by ui toolkit just like how it works at Unity UI?
Yes, just use Dotween.To()
1 Like
Iād say, use USS transitions where you can for optimal performance. And use 3rdparty tweening for the rest.
2 Likes