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

36 Commits

Author SHA1 Message Date
Demigiant
3da538a1a0 Modules working (upgrade features to complete) 2018-07-15 11:02:59 +02:00
Demigiant
b668d99cb1 Added alternate build that excludes rigidbodies 2018-04-15 14:00:36 +02:00
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
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
c7d916ef53 Fixed OnWaypointChange sometimes not working correctly between the last waypoint and the previous one 2016-10-12 16:49:49 +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
49678b434c Fixed decreasing uint tweens not working correctly 2016-05-30 13:19:23 +02: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
49e6a0bb55 Added DoublePlugin 2015-10-09 11:07:30 +02:00
Daniele Giardini
eae6a855c0 LoopType.Incremental now works with paths too 2015-06-16 13:07:15 +02:00
Daniele Giardini
f8a483d91d Added PathGetDrawPoints tween method 2015-05-30 19:19:13 +02:00
Daniele Giardini
b56c49e441 Fixed path orientation issue when rewinding 2015-05-27 13:01:57 +02:00
Daniele Giardini
d497fa9a6d Fixed "toPath" orientation not working correctly with local paths 2015-04-29 01:10:38 +02:00
Daniele Giardini
998815b970 Compatibility mode optimizations 2015-04-21 17:12:50 +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
c586aaa108 Added DOBlendableColor and DOBlendableFadeBy shortcuts 2015-04-16 21:44:25 +02:00
Daniele Giardini
9af3b701ea Added QuaternionSurrogate to make QuaternionPlugin fully compatible with Win8.1 2015-04-15 19:18:04 +02:00
Daniele Giardini
6ecc10cb6f Implemented QuaternionSurrogatePlugin that uses Vector3Surrogate and works on WP8.1 2015-04-15 12:47:55 +02:00
Daniele Giardini
b4648112eb Implemented Color/Color32 surrogate that works on WP8.1 2015-04-15 12:29:56 +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
3382ddb04e Implemented Vector2/3/4Surrogate which works also on Win8.1 2015-04-15 02:01:51 +02:00
Daniele Giardini
eb74216d6a Implementing Vector2/3/4 surrogates that don't break C# rules as Unity does, so they will work on WP8.1 2015-04-14 12:51:04 +02:00
Daniele Giardini
c82c606db2 Extra tests for Win8.1 2015-04-13 14:01:16 +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
bc6fdf3dd8 Implemented utilities used by DOTween Pro 2015-04-02 19:33:06 +02:00
Daniele Giardini
61c4c9a7d8 Fixed issue with rich text tweening and complex nested tags 2015-03-31 12:55:29 +02:00
Daniele Giardini
ea7a7a7cfd - Implemented support for long and ulong formats
- Fixed IsTweening returning TRUE if called inside a tween's OnComplete
2015-03-31 10:02:15 +02:00
Daniele Giardini
ebb076e47f Small fix on string rich text tweens 2015-03-29 16:56:41 +02:00
Daniele Giardini
c4e3df3088 Rich text support (including well formed nested tags) for string tweens fully implemented 2015-03-29 13:44:58 +02:00
Daniele Giardini
c9c985041d Rich text string tweening complete for all modes, scrambling/relative included. Still requires work to allow nested tags 2015-03-29 12:49:38 +02:00
Daniele Giardini
38d7a1b04c - Added rich text support to string tweens (still needs work)
- Added ScrambleMode enum for additional scrambleMode options
2015-03-29 12:31:33 +02:00
Daniele Giardini
40dbd39b0e - Added blendable rotate + scale shortcuts
- Fixed IntPlugin not being set for incremental loops when sequenced
2015-03-27 18:05:35 +01:00
Daniele Giardini
7597760e6e Fixed path orientation not ending correctly with non-close Linear paths 2015-03-24 12:32:09 +01:00
Daniele Giardini
f6f53fbe4c First GIT layout after moving away from Google Code 2015-03-18 19:30:48 +01:00