1
0
mirror of https://github.com/Cardidi/dotween-upm-fork.git synced 2025-12-20 17:26:03 +08:00

153 Commits

Author SHA1 Message Date
Demigiant
35920813c7 [bugfix] Fixed Unity bug with Vector3 comparison, which caused paths to generate an additional starting point in some cases even if the first waypoint and target position were equal 2017-08-04 12:16:18 +02:00
Demigiant
3aae3e29e7 [bugfix] Fixed SetLookAt and DOPath causing the target to end at the wrong position 2017-07-13 20:32:53 +02:00
Demigiant
e9892b7704 Tween event delegates are now public
+ Better descriptions for On[Callback] methods
2017-07-12 17:55:58 +02:00
Demigiant
186d408de0 If time is 0, now tween's won't be updated at all (unless they're timeScale independent) 2017-07-12 17:11:44 +02:00
Demigiant
3347210ee0 [bugfix] Fixed Shake and Punch tweens returning NaN values if duration was set to 0 (now they just warn you and don't create any tween) 2017-06-02 18:41:43 +02:00
Demigiant
69be5c6a90 Slightest faster filtered operations
+ Setup now recognizes TextMesh Pro (in case DOTween Pro is installed) using DLL pattern recognition ("TextMeshPro*.dll")
2017-05-26 22:25:53 +02:00
Demigiant
3bb6d1e91e Better implementation if previous commit 2017-04-21 14:09:53 +02:00
Demigiant
6c30ac79df Deleteing DOTween.dll will now remove all DOTween scripting define symbols 2017-04-21 13:31:58 +02:00
Demigiant
f02edc07d0 Added tween.DOTimeScale shortcut 2017-04-21 11:07:06 +02:00
Demigiant
1a07416065 [Utility Panel] DOTween will now correctly recognize also new free version of TextMesh Pro 2017-03-07 11:36:52 +01:00
Demigiant
9d3a003de4 [bugfix] Fixed IndexOutOfRange error in case a Kill was called from within a Kill operation 2017-02-20 11:21:59 +01:00
Demigiant
a3c95d9fc9 Added optional "changeDelayTo" parameter to Restart methods 2017-02-19 11:15:59 +01:00
Demigiant
37fef411db [bugfix] Fix for DOBlendableRotateBy/DOBlendableLocalRotateBy working as absolute instead of relative rotations 2017-02-09 11:11:47 +01:00
Demigiant
f005dc3984 Build update 2017-02-02 10:57:42 +01:00
Demigiant
382b92e2d3 Fixed material.DOBlendableColor(...property...) taking the main color instead of the assigned property one 2017-02-01 21:59:20 +01:00
Demigiant
0163e246a4 Added new setting for maxSmoothUnscaledTime 2017-01-13 18:19:49 +01:00
Demigiant
bcebcb0c8f [bugfix] Fixed issue where playing backwards a tween that was complete caused errors in case the first update timeStep completely rewinded it 2017-01-13 18:02:29 +01:00
Demigiant
8cabb36ec1 Added Rigidbody.DOPath/DOLocalPath methods (beware: they don't work on windows phone/store) 2016-12-23 18:08:36 +01:00
Demigiant
5f28d4bba8 [bugfix] Better (and faster) solution to previous TweenerCore.Reset allocation issue, which has no problems with IL2CPP 2016-12-08 12:10:46 +01:00
Demigiant
94c2faae8f Added "alsoCheckIfIsPlaying" parameter to DOTween.IsTweening 2016-12-07 16:52:13 +01:00
Demigiant
5922a852a4 Removed allocations happening when a tween was killed (because C# was erroneously converting a line of code into an Activator.CreateInstance) 2016-12-07 16:12:01 +01:00
Demigiant
1b2b216948 [bugfix] Slightly modified and implemented Andrey Timofeev's fix for new IndexOutOfRangeException 2016-10-26 13:17:08 +02:00
Demigiant
85b2efd056 [minor] 2016-10-26 11:33:05 +02:00
Demigiant
c7d916ef53 Fixed OnWaypointChange sometimes not working correctly between the last waypoint and the previous one 2016-10-12 16:49:49 +02:00
Demigiant
64763e124e Moved Utility Panel menu inside Tools/Demigiant 2016-08-02 12:15:14 +02:00
Demigiant
fee71a9b9a Path.wpLengths is now public so it can be accessed by external scripts
+ Upgraded project to Unity 5.3.5
2016-06-17 16:31:38 +02:00
Demigiant
3feaedc77a Finally fixed error which was captured but generated an "Error in RemoveActiveTween..." warning 2016-06-16 19:33:17 +02:00
Demigiant
c09e45a09d - minor 2016-05-30 13:36:49 +02:00
Demigiant
49678b434c Fixed decreasing uint tweens not working correctly 2016-05-30 13:19:23 +02:00
Demigiant
d151ff5679 Added DOPivot/X/Y shortcut 2016-05-03 10:40:50 +02:00
Demigiant
652fb67e86 DOShake > Added extra option to prevent the shake from automatically fading out 2016-05-03 10:18:21 +02:00
Demigiant
eb989352ef Added DOTween.PlayForward/Backwards overloads that accept both a target and an id 2016-04-11 16:39:59 +02:00
Demigiant
8718c07287 Fixed error generated by calling KillAll from inside an OnComplete callback 2016-04-03 14:24:06 +02:00
Demigiant
2a8e7cc55c Fixed IndexOutOfRangeException when reorganizing tweens and capacity increased the first time without ever having being manually set 2016-04-03 13:58:16 +02:00
Demigiant
08b0f5a677 Made compatible with Unity 5.4 (removed OnLevelWasLoaded from DOTweenComponent) 2016-03-18 13:08:52 +01:00
Demigiant
f3a549436b Hyper-compatible version fix which allows Color32 to work correctly
+ Fix to ScrollRect.DONormalizedPos not working correctly with hyper-compatible mode
2016-03-12 15:42:09 +01:00
Demigiant
9fb0daae6d DOTweenInspector > Added Play/Pause/Kill All buttons 2016-03-06 13:39:11 +01:00
Demigiant
72f42baa67 Added ScrollRect.DOHorizontal/VerticalNormalizedPos + DONormalizedPos shortcuts 2016-02-10 13:05:55 +01:00
Demigiant
51ad72269d Fixed OnPlay being called immediately (after the first run) in spite of eventual delays 2016-02-09 13:19:52 +01:00
Demigiant
0d75335df2 Added RectTransform.DOAnchorMin/Max shortcuts 2016-02-09 12:48:26 +01:00
Demigiant
299ad82622 Fixed OnWaypointChange being called only once even if multiple waypoints went through since the last update 2016-02-05 13:33:42 +01:00
Demigiant
85d2e96502 Fix for Flash ease not appearing fluid when moving slowly 2015-12-08 12:37:59 +01:00
Demigiant
c3c28dd915 Fix for last nested OnComplete not being called in case of very short Sequences 2015-12-08 11:58:37 +01:00
Demigiant
2f0c080c62 Fix for DemiLib layout updater 2015-12-06 17:55:24 +01:00
Demigiant
12d7b6d707 Fix for correct deletion and reimport of DemilLib old/new Core libraries 2015-12-06 16:26:46 +01:00
Demigiant
c1f7a0629a Old DemiLib Core files are now atutomatically deleted if new ones are present 2015-12-06 11:32:15 +01:00
Demigiant
28cf80f3cd Fixed StringPlugin (DOText) not calculating SpeedBased duration correctly in case of rich text 2015-12-05 10:38:00 +01:00
Demigiant
fd1cb57ddd Temporary fix for TweenManager.RemoveActiveTween setting negative indexes 2015-11-26 21:33:26 +01:00
Demigiant
bcd700d6fb Added buttons on DOTween's Inspector to eventually show even more options about playing/paused tweens 2015-11-20 22:06:50 +01:00
Demigiant
2af024f03d Period successfully added to Flash eases 2015-10-31 16:37:11 +01:00