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

310 Commits

Author SHA1 Message Date
yoshida190
bbb817826e modules対応のasmdefを追加 2020-01-23 00:21:43 +09:00
yoshida190
975a219df5 asmdefを削除 2020-01-22 23:11:10 +09:00
yoshida190
f3d2a3d4d3 フォルダ名を変更 2020-01-22 12:50:18 +09:00
yoshida190
53d4e2f7f5 displayNameを修正 2020-01-17 01:56:19 +09:00
yoshida190
3b8d731d27 asmdefを追加 2020-01-17 01:53:59 +09:00
yoshida190
30f4731b7c packageのバージョン更新 2020-01-17 00:59:59 +09:00
yoshida190
f433537517 upm向けにエラー修正
デフォルト設定を追加
2020-01-17 00:58:39 +09:00
yoshida190
9296d70895 package.jsonのnameを修正 2020-01-17 00:21:36 +09:00
yoshida190
40800de89a upm向け対応 2020-01-17 00:11:15 +09:00
Daniele Giardini
1c489f80b7 [BUGFIX] Fixed erroneous timeScaleIndependent calculation for tweens if run immediately when the applications starts up 2020-01-07 14:40:32 +01:00
Daniele Giardini
8c030d5b56 [BUGFIX] Fixed Restart(changeDelayTo) blocking a Sequence from restarting, plus better intellisense 2019-12-20 14:20:21 +01:00
Daniele Giardini
d1cb5fb073 Added Debug Mode in DOTween Utility Panel with debugStoreId option 2019-12-12 18:31:19 +01:00
Daniele Giardini
90219d37ba - updated Unity references in library 2019-12-12 12:02:45 +01:00
Daniele Giardini
e6aa8c3b25 [BUGFIX] Fixed TweenManager IndexOutOfRangeException when calling Clear in rare cases v1.2.305 2019-10-25 13:58:48 +02:00
Daniele Giardini
8ec5ab07e6 Added warnings on external assets modules in DOTween Utility Panel 2019-10-22 16:01:37 +02:00
Daniele Giardini
7ffbeda1e3 DOBlendableRotateBy optimizations 2019-10-22 15:29:46 +02:00
Daniele Giardini
082a66ceef UnityExamples project update 2019-10-17 12:45:39 +02:00
Daniele Giardini
95f160aad2 SetLink: added CompleteOnDisable, CompleteAndKillOnDisable, RewindOnDisable, RewindAndKillOnDisable 2019-10-17 11:12:05 +02:00
Demigiant
c0baf69eab [BUGFIX] Prevented Kill extension to be called if DOTween has been cleared: fixes IndexOutOfRange exception on stop playmode v1.2.283 2019-10-10 19:14:11 +02:00
Demigiant
7553187f79 [BUGFIX] Prevented Debugger from initializing DOTween (which would re-create it on application quit and other occasions, in some cases) 2019-10-09 20:17:42 +02:00
Demigiant
d2cfdc0d45 [BUGFIX] Fixed DOTween creating a new instance during ApplicationQuit if calling DOTween.Kill during Destroy (bug introduced in v1.2.270) 2019-09-30 11:47:27 +02:00
Demigiant
9a96324fa8 [BUGFIX] Fix for DOTween Utility Panel not showing all elements in Unity 2019.3beta v1.2.280 2019-09-24 13:08:54 +02:00
Demigiant
bf41153d38 Added reminder to reference DOTween ASMDEFs from other ASMDEFs/Libraries that need them
+ PostBuild_DOTween.bat fix (re-enabled export to default test project)
2019-09-20 12:09:14 +02:00
Demigiant
9926fde367 Implemented clearing of DOTween when exiting playMode or destroying the DOTweenComponent object, in order to allow the new 2019.3 alpha playmode options to work v1.2.270 2019-08-29 12:22:25 +02:00
Demigiant
c8cc8dc6a7 Added a log in the editor which reports how many errors safe mode prevented, if any 2019-07-24 15:46:54 +02:00
Demigiant
6dc0ac15e5 [BUGFIX] Fixed nested tweens waiting one frame before being paused if a nested callback paused the main Sequence 2019-07-24 13:14:25 +02:00
Demigiant
bbd58bd37a [BUGFIX] Fixed DOGradientColor shortcuts not applying SetTarget internally 2019-06-30 20:33:39 +02:00
Demigiant
2d5397737f - update 2019-06-11 16:51:30 +02:00
Demigiant
c45cfed370 [BUGFIX] Fixed LogBehaviour being requested before DOTween has been initialized in some cases 2019-06-11 16:50:24 +02:00
Demigiant
c7ef004ea9 [BUGFIX] Fixed DOText returning an error if the end value is NULL 2019-06-11 16:42:26 +02:00
Demigiant
576460f6e9 [BUGFIX] Fixed bug where calling PlayForward immediately after a PlayBackwards in the same frame gave unexpected results if the tween was already complete 2019-06-11 10:58:19 +02:00
Demigiant
017c577f06 Added DOTween.onWillLog method to intercept DOTween's logs v1.2.250 2019-06-02 13:15:50 +02:00
Demigiant
4662d6671d [BUGFIX] Fixed DOTweenUpgradeManager not being deleted if for some reason it was kept outside of DOTween's folder 2019-04-06 13:56:17 +02:00
Demigiant
e819dec0a3 [BUGFIX] Fixed asmdef creation for DOTweenPro editor scripts (now creates a special ASMDEF for them) 2019-03-27 12:22:43 +01:00
Demigiant
98f2201364 Added advanced public ChangeStart/End/Values generic method directly to TweenerCore, that generates no allocs v1.2.235 2019-03-07 21:24:54 +01:00
Demigiant
444fff8aba [BUGFIX] Fixed DORotateQuaternion not always choosing the shortest path 2019-03-07 21:09:29 +01:00
Demigiant
d3cc8ea625 Added pro-only showPreviewPanel option in DOTweenSettings and made DOTweenUtilityWindow public 2019-03-05 20:17:32 +01:00
Demigiant
090323e51e - addendum to previous (faster Reflection lookup when using DOTween.Modules asmdef) 2019-03-05 17:43:29 +01:00
Demigiant
64f7409e78 Added auto-ASMDEF creation/management via DOTween Utility Panel 2019-03-05 17:12:44 +01:00
Demigiant
90885a1906 [DeExtensions] Added Vector3.RotateAroundPivot 2019-03-01 20:55:11 +01:00
Demigiant
759292859c [MAJOR REFACTORING] Added From overload that allows to set directly the start value of a tween 2019-03-01 16:21:16 +01:00
Demigiant
3b1a1b3599 [BUGFIX] Fixed OnWaypointChange being called multiple times (as if the tween was going backwards) when restarting a path loop set to Restart 2019-02-28 16:03:39 +01:00
Demigiant
acacc85b29 PathType.CubicBezier implemented with all DOTween's features (more tests coming) 2019-02-28 15:36:25 +01:00
Demigiant
4d55885166 CatmullRomDecoder now reuses temporary arrays for partial controlPoints/wps instead of creating new ones 2019-02-28 12:18:32 +01:00
Demigiant
23214c0722 [BUGFIX] Fixed warning CS0219 on DOTweenModuleUtils.Preserver 2019-02-28 11:31:46 +01:00
Demigiant
605c5ba9be Added option to choose what happens when a nested tween inside a Sequence fails 2019-02-28 11:19:47 +01:00
Demigiant
8cef4fcbfb - minor 2019-02-28 10:51:07 +01:00
Demigiant
d7078862b2 - cleanup 2019-02-28 10:50:11 +01:00
Demigiant
64b3cb86a1 [BUGFIX] Added PreserveAttribute to preserve Reflection/reflected methods on Unity 2018 and medium/high stripping levels v1.2.196 2019-02-24 20:19:58 +01:00
Demigiant
0e63b84837 Added SetLink chainable method
+ Fixed possible error where killAdd was increased only by maxTweeners if capacity was set to increase both by tweeners and by sequences
2019-02-24 15:16:00 +01:00