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

24 Commits

Author SHA1 Message Date
Demigiant
bc02db900d [BUGFIX] Fixed bug with DOJump when in a Sequence that contained a DOMove before the jump
+ Implemented test version of WaitForCompletionCY
2018-06-01 16:04:49 +02:00
Demigiant
53bc29474c [BUGFIX] Fixed DOJump bug when a SetDelay was chained to it 2018-05-31 20:35:03 +02:00
Demigiant
b668d99cb1 Added alternate build that excludes rigidbodies 2018-04-15 14:00:36 +02:00
Demigiant
4bb9a4048d [BUGFIX] Fixed Tween.stringId not being reset on kill 2018-04-02 17:05:53 +02: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
fd1cb57ddd Temporary fix for TweenManager.RemoveActiveTween setting negative indexes 2015-11-26 21:33:26 +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
e2b5ae40a6 Added Material/SpriteRenderer/Image DOGradientColor + Fixed DOJump not working correctly with Rigidbody2D 2015-09-27 14:17:26 +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
78356c2c89 Optimized DOJump methods (now they work with SetDelay and OnUpdate) 2015-07-08 12:05:50 +02:00
Daniele Giardini
eae6a855c0 LoopType.Incremental now works with paths too 2015-06-16 13:07:15 +02:00
Daniele Giardini
934091a63e Differentiated extension classes in libs by name, which should fix an issue with MonoDevelop and intellisense 2015-05-24 12:41:28 +02:00
Daniele Giardini
155c23d2d9 Completed all DOJump shortcuts, RectTransform included 2015-05-24 12:37:47 +02:00
Daniele Giardini
24b118f814 Modified DOJump shortcuts so the endValue is fully considered, Y included 2015-05-20 11:14:22 +02:00
Daniele Giardini
f8e882d3a5 Added Transform/RigidBody/2D DOJump shortcut 2015-05-13 18:01:01 +02:00
Daniele Giardini
54c8fd6ccb Added RectTransform.DOShakeAnchorPos 2015-04-24 01:25:02 +02:00
Daniele Giardini
847813ac40 Implemented new hyper-compatibility mode (works on WP8.1) using faster wrappers instead of surrogates for Unity structs 2015-04-20 19:57:39 +02:00
Daniele Giardini
a5b9515df9 Implemented WP8.1 fix with new DOBlendableColor shortcuts 2015-04-20 16:56:52 +02:00
Daniele Giardini
0cda757c93 Removed DOBlendableFadeBy shortcuts (because after all they were completely useless) 2015-04-20 16:35:15 +02:00
Daniele Giardini
c586aaa108 Added DOBlendableColor and DOBlendableFadeBy shortcuts 2015-04-16 21:44:25 +02:00
Daniele Giardini
3382ddb04e Implemented Vector2/3/4Surrogate which works also on Win8.1 2015-04-15 02:01:51 +02:00
Daniele Giardini
f38ce75677 Set correct build settings for temporary WP8.1 configuration 2015-04-07 12:13:40 +02:00
Daniele Giardini
59737f5dc7 - Added WP8.1 configuration while trying to solve WP8.1 issues with release builds (master and debug work)
- Ignoring HOPoolOperator
- Added GUIStyles used by editors
2015-04-04 13:50:15 +02:00
Daniele Giardini
f6f53fbe4c First GIT layout after moving away from Google Code 2015-03-18 19:30:48 +01:00