1
0
mirror of https://github.com/Cardidi/dotween-upm-fork.git synced 2025-12-21 01:36:05 +08:00

23 Commits

Author SHA1 Message Date
Demigiant
96065a6e65 [BUGFIX] Fixed DOJump not working correctly with .NET 4.6 2018-02-04 11:36:28 +01:00
Demigiant
c4366240e1 Added DOBlendablePunchRotation (thanks to Steve Streeting) 2017-10-09 21:44:46 +02:00
Demigiant
26e2e7f155 Added SetId overloads to store int and string IDs as int/strings and not objects, so that filtered operations can be much faster 2017-09-11 14:33:46 +02:00
Demigiant
2b81429fec - minor 2017-06-02 02:31:46 +02:00
Demigiant
f02edc07d0 Added tween.DOTimeScale shortcut 2017-04-21 11:07:06 +02:00
Demigiant
d8e1dbf5f0 Updated test project to last DemiLib version 2017-02-03 10:34:45 +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
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
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
9fb0daae6d DOTweenInspector > Added Play/Pause/Kill All buttons 2016-03-06 13:39:11 +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
28cf80f3cd Fixed StringPlugin (DOText) not calculating SpeedBased duration correctly in case of rich text 2015-12-05 10:38:00 +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
afa90db39e Added DOAnchorPosX/Y + Fixed bug with myTween.Complete and Strip Byte Code 2015-10-06 00:47:35 +02:00
Demigiant
e3bf095de8 Added DOTween.KillAll overload which accepts ids or targets to keep out of the killing 2015-09-15 19:54:43 +02:00
Demigiant
6eeb59473b Fixed Sequence.Join not working with Insert methods (bug introduced in latest version) 2015-07-30 13:42:28 +02:00
Daniele Giardini
2679dd4c25 - Added DOTween Utility Panel option to disable path gizmos
- Removed decimal implementation in Sequences
2015-05-17 22:49:11 +02:00
Daniele Giardini
62fa66e5fa Fixed SetRelative not working correctly with QuaternionPlugin (except with RotateMode.Beyond360) 2015-04-15 02:24:38 +02:00
Daniele Giardini
f6f53fbe4c First GIT layout after moving away from Google Code 2015-03-18 19:30:48 +01:00