1
0
mirror of https://github.com/Cardidi/dotween-upm-fork.git synced 2025-12-20 09:16:02 +08:00

12 Commits

Author SHA1 Message Date
Demigiant
a647318c24 [BUGFIX] Fixed issue where zero-duration nested tweens inside 0-duration parent Sequences didn't fire OnStepComplete and OnComplete callbacks 2018-08-07 13:52:20 +02:00
Demigiant
5d29618545 [CHANGE] If a nested tween fails, the parent Sequence will now just remove it and go on, instead of killing itself 2018-08-07 13:41:11 +02:00
Demigiant
e0ef96323e [BUGFIX] Fixed error with audio shortcuts and Unity versions older than 5 2018-08-06 10:21:34 +02:00
Demigiant
d8d57ac71a [BUGFIX] Fixed some module dependencies not being rewritten correctly + Changing modules now outputs an info log 2018-08-03 12:15:34 +02:00
Demigiant
44421094ea Modules are now applied automatically if they were setup previously and stored in DOTweenSettings 2018-08-02 21:21:33 +02:00
Demigiant
98b2b57dd9 DOTween now remembers which modules were activated and re-enables them when pressing Setup after an upgrade 2018-08-02 20:28:22 +02:00
Demigiant
a32e2c35d3 Modules are now enabled by modifying their CS files directly instead of using define symbols 2018-08-02 19:45:12 +02:00
Demigiant
fc47f335c1 Added waiting message to Modules panel when compiling after first Setup 2018-08-02 17:22:18 +02:00
Demigiant
1f5e48d269 Modules Panel now doesn't close when upgrade compilation ends 2018-08-02 14:21:55 +02:00
Demigiant
2887a8b4a5 Nicer upgrade process using EditorWindow for instructions 2018-08-02 13:42:50 +02:00
Demigiant
a61f32b85e Moved DOTween.isUnityEditor/isDebugBuild to TweenManager 2018-08-01 11:49:45 +02:00
Demigiant
f61f98855d Modules upgrade complete 2018-08-01 10:26:40 +02:00