dotween
dotween copied to clipboard
A Unity C# animation engine. HOTween v2
On Unity 2019.1.0f2 I never get any OnComplete Callback executed at all - not in a Sequence or in any simple DoMove Tween. I tried this in an empty scene...
How to solve the unboxing/boxing of ChangeStartValue and ChangeEndValue
Hey im getting this error, im fairly new to dotween pro Error: Assets\Plugins\Demigiant\DOTweenPro\DOTweenAnimation.cs(108,16): error CS0246: The type or namespace name 'ShakeRandomnessMode' could not be found (are you missing a using...
Hi, I'm looking for a way to animate a transform that rotates around another transform. Exactly like the default Unity [transform.RotateAround](https://docs.unity3d.com/ScriptReference/Transform.RotateAround.html) but in DOTween. In [2015](http://forum.demigiant.com/index.php?topic=18.0) you said it was...
Hello, first try to download Dotween. When i imported and made setup for package. I got an error. Re-import and re-install not worked. Failed to find entry-points: System.Exception: Unexpected exception...
`transform.DOJump(target, height, 1, speed).SetSpeedBased(true).SetEase(Ease.Linear);` Does not behave as expected.
I'm working in a top down 2.5D games and i'm using x,y axis as forward and left movement, and i want to jump along with z axis, so i wonder...
Any hints how to solve this or what may we be doing wrong? We get literally hundreds of these messages when enabling verbose logging:   I fear it may...
 As in the image, the first animation has delay of 0.5s. The scale should already be 1 when that animation starts, so it should tween from 1 to 1.03...
Hi, I am not sure, if this exists in some kind, but I would really like to do my own interpolation calculations. There is the DoTween.To(...) Method. It is great,...