diff --git a/UnityCompatibilityTests.Unity35/Assets/Demigiant/DOTween/DOTween.dll b/UnityCompatibilityTests.Unity35/Assets/Demigiant/DOTween/DOTween.dll
index 2e24b5c..138b049 100644
Binary files a/UnityCompatibilityTests.Unity35/Assets/Demigiant/DOTween/DOTween.dll and b/UnityCompatibilityTests.Unity35/Assets/Demigiant/DOTween/DOTween.dll differ
diff --git a/UnityCompatibilityTests.Unity35/Assets/Demigiant/DOTween/DOTween.dll.mdb b/UnityCompatibilityTests.Unity35/Assets/Demigiant/DOTween/DOTween.dll.mdb
index a5077fb..d317e49 100644
Binary files a/UnityCompatibilityTests.Unity35/Assets/Demigiant/DOTween/DOTween.dll.mdb and b/UnityCompatibilityTests.Unity35/Assets/Demigiant/DOTween/DOTween.dll.mdb differ
diff --git a/UnityCompatibilityTests.Unity35/Assets/Demigiant/DOTween/DOTween43.dll b/UnityCompatibilityTests.Unity35/Assets/Demigiant/DOTween/DOTween43.dll
index 4140ed8..e0f10e5 100644
Binary files a/UnityCompatibilityTests.Unity35/Assets/Demigiant/DOTween/DOTween43.dll and b/UnityCompatibilityTests.Unity35/Assets/Demigiant/DOTween/DOTween43.dll differ
diff --git a/UnityCompatibilityTests.Unity35/Assets/Demigiant/DOTween/DOTween43.dll.mdb b/UnityCompatibilityTests.Unity35/Assets/Demigiant/DOTween/DOTween43.dll.mdb
index 2641db7..3566f4f 100644
Binary files a/UnityCompatibilityTests.Unity35/Assets/Demigiant/DOTween/DOTween43.dll.mdb and b/UnityCompatibilityTests.Unity35/Assets/Demigiant/DOTween/DOTween43.dll.mdb differ
diff --git a/UnityCompatibilityTests.Unity35/Assets/Demigiant/DOTween/DOTween43.xml b/UnityCompatibilityTests.Unity35/Assets/Demigiant/DOTween/DOTween43.xml
index 83d9c54..2d78cb8 100644
--- a/UnityCompatibilityTests.Unity35/Assets/Demigiant/DOTween/DOTween43.xml
+++ b/UnityCompatibilityTests.Unity35/Assets/Demigiant/DOTween/DOTween43.xml
@@ -4,46 +4,46 @@
DOTween43
-
+
Methods that extend known Unity objects and allow to directly create and control tweens from their instances.
These, as all DOTween43 methods, require Unity 4.3 or later.
-
+
Tweens a SpriteRenderer's color to the given value.
Also stores the spriteRenderer as the tween's target so it can be used for filtered operations
The end value to reachThe duration of the tween
-
+
Tweens a Material's alpha color to the given value.
Also stores the spriteRenderer as the tween's target so it can be used for filtered operations
The end value to reachThe duration of the tween
-
+
Tweens a Rigidbody2D's position to the given value.
Also stores the Rigidbody2D as the tween's target so it can be used for filtered operations
The end value to reachThe duration of the tween
If TRUE the tween will smoothly snap all values to integers
-
+
Tweens a Rigidbody2D's X position to the given value.
Also stores the Rigidbody2D as the tween's target so it can be used for filtered operations
The end value to reachThe duration of the tween
If TRUE the tween will smoothly snap all values to integers
-
+
Tweens a Rigidbody2D's Y position to the given value.
Also stores the Rigidbody2D as the tween's target so it can be used for filtered operations
The end value to reachThe duration of the tween
If TRUE the tween will smoothly snap all values to integers
-
+
Tweens a Rigidbody2D's rotation to the given value.
Also stores the Rigidbody2D as the tween's target so it can be used for filtered operations
The end value to reachThe duration of the tween
-
+
Tweens a Rigidbody2D's position to the given value, while also applying a jump effect along the Y axis.
Returns a Sequence instead of a Tweener.
Also stores the Rigidbody2D as the tween's target so it can be used for filtered operations
@@ -53,7 +53,7 @@
The duration of the tween
If TRUE the tween will smoothly snap all values to integers
-
+
Tweens a SpriteRenderer's color to the given value,
in a way that allows other DOBlendableColor tweens to work together on the same target,
instead than fight each other as multiple DOColor would do.
diff --git a/UnityCompatibilityTests.Unity35/Assets/Demigiant/DOTween/DOTween46.dll b/UnityCompatibilityTests.Unity35/Assets/Demigiant/DOTween/DOTween46.dll
index b01906f..1c114c4 100644
Binary files a/UnityCompatibilityTests.Unity35/Assets/Demigiant/DOTween/DOTween46.dll and b/UnityCompatibilityTests.Unity35/Assets/Demigiant/DOTween/DOTween46.dll differ
diff --git a/UnityCompatibilityTests.Unity35/Assets/Demigiant/DOTween/DOTween46.dll.mdb b/UnityCompatibilityTests.Unity35/Assets/Demigiant/DOTween/DOTween46.dll.mdb
index f6d54ea..d9fc32a 100644
Binary files a/UnityCompatibilityTests.Unity35/Assets/Demigiant/DOTween/DOTween46.dll.mdb and b/UnityCompatibilityTests.Unity35/Assets/Demigiant/DOTween/DOTween46.dll.mdb differ
diff --git a/UnityCompatibilityTests.Unity35/Assets/Demigiant/DOTween/DOTween46.xml b/UnityCompatibilityTests.Unity35/Assets/Demigiant/DOTween/DOTween46.xml
index c8061fe..c19bb73 100644
--- a/UnityCompatibilityTests.Unity35/Assets/Demigiant/DOTween/DOTween46.xml
+++ b/UnityCompatibilityTests.Unity35/Assets/Demigiant/DOTween/DOTween46.xml
@@ -4,94 +4,94 @@
DOTween46
-
+
Methods that extend known Unity objects and allow to directly create and control tweens from their instances.
These, as all DOTween46 methods, require Unity 4.6 or later.
-
+
Tweens a CanvasGroup's alpha color to the given value.
Also stores the canvasGroup as the tween's target so it can be used for filtered operations
The end value to reachThe duration of the tween
-
+
Tweens an Graphic's color to the given value.
Also stores the image as the tween's target so it can be used for filtered operations
The end value to reachThe duration of the tween
-
+
Tweens an Graphic's alpha color to the given value.
Also stores the image as the tween's target so it can be used for filtered operations
The end value to reachThe duration of the tween
-
+
Tweens an Image's color to the given value.
Also stores the image as the tween's target so it can be used for filtered operations
The end value to reachThe duration of the tween
-
+
Tweens an Image's alpha color to the given value.
Also stores the image as the tween's target so it can be used for filtered operations
The end value to reachThe duration of the tween
-
+
Tweens an Image's fillAmount to the given value.
Also stores the image as the tween's target so it can be used for filtered operations
The end value to reach (0 to 1)The duration of the tween
-
+
Tweens an LayoutElement's flexibleWidth/Height to the given value.
Also stores the LayoutElement as the tween's target so it can be used for filtered operations
The end value to reachThe duration of the tween
If TRUE the tween will smoothly snap all values to integers
-
+
Tweens an LayoutElement's minWidth/Height to the given value.
Also stores the LayoutElement as the tween's target so it can be used for filtered operations
The end value to reachThe duration of the tween
If TRUE the tween will smoothly snap all values to integers
-
+
Tweens an LayoutElement's preferredWidth/Height to the given value.
Also stores the LayoutElement as the tween's target so it can be used for filtered operations
The end value to reachThe duration of the tween
If TRUE the tween will smoothly snap all values to integers
-
+
Tweens a Outline's effectColor to the given value.
Also stores the Outline as the tween's target so it can be used for filtered operations
The end value to reachThe duration of the tween
-
+
Tweens a Outline's effectColor alpha to the given value.
Also stores the Outline as the tween's target so it can be used for filtered operations
The end value to reachThe duration of the tween
-
+
Tweens a Outline's effectDistance to the given value.
Also stores the Outline as the tween's target so it can be used for filtered operations
The end value to reachThe duration of the tween
-
+
Tweens a RectTransform's anchoredPosition to the given value.
Also stores the RectTransform as the tween's target so it can be used for filtered operations
The end value to reachThe duration of the tween
If TRUE the tween will smoothly snap all values to integers
-
+
Tweens a RectTransform's anchoredPosition3D to the given value.
Also stores the RectTransform as the tween's target so it can be used for filtered operations
The end value to reachThe duration of the tween
If TRUE the tween will smoothly snap all values to integers
-
+
Tweens a RectTransform's sizeDelta to the given value.
Also stores the RectTransform as the tween's target so it can be used for filtered operations
The end value to reachThe duration of the tween
If TRUE the tween will smoothly snap all values to integers
-
+
Punches a RectTransform's anchoredPosition towards the given direction and then back to the starting one
as if it was connected to the starting position via an elastic.
Also stores the RectTransform as the tween's target so it can be used for filtered operations
@@ -103,7 +103,7 @@
while 0 oscillates only between the punch and the start position
If TRUE the tween will smoothly snap all values to integers
-
+
Shakes a RectTransform's anchoredPosition with the given values.
Also stores the RectTransform as the tween's target so it can be used for filtered operations
The duration of the tween
@@ -113,7 +113,7 @@
Setting it to 0 will shake along a single direction.
If TRUE the tween will smoothly snap all values to integers
-
+
Shakes a RectTransform's anchoredPosition with the given values.
Also stores the RectTransform as the tween's target so it can be used for filtered operations
The duration of the tween
@@ -123,7 +123,7 @@
Setting it to 0 will shake along a single direction.
If TRUE the tween will smoothly snap all values to integers
-
+
Tweens a RectTransform's anchoredPosition to the given value, while also applying a jump effect along the Y axis.
Returns a Sequence instead of a Tweener.
Also stores the RectTransform as the tween's target so it can be used for filtered operations
@@ -133,23 +133,23 @@
The duration of the tween
If TRUE the tween will smoothly snap all values to integers
-
+
Tweens a Slider's value to the given value.
Also stores the Slider as the tween's target so it can be used for filtered operations
The end value to reachThe duration of the tween
If TRUE the tween will smoothly snap all values to integers
-
+
Tweens a Text's color to the given value.
Also stores the Text as the tween's target so it can be used for filtered operations
The end value to reachThe duration of the tween
-
+
Tweens a Text's alpha color to the given value.
Also stores the Text as the tween's target so it can be used for filtered operations
The end value to reachThe duration of the tween
-
+
Tweens a Text's text to the given value.
Also stores the Text as the tween's target so it can be used for filtered operations
The end string to tween toThe duration of the tween
@@ -160,21 +160,21 @@
Use as many characters as possible (minimum 10) because DOTween uses a fast scramble mode which gives better results with more characters.
Leave it to NULL (default) to use default ones
-
+
Tweens a Graphic's color to the given value,
in a way that allows other DOBlendableColor tweens to work together on the same target,
instead than fight each other as multiple DOColor would do.
Also stores the Graphic as the tween's target so it can be used for filtered operations
The value to tween toThe duration of the tween
-
+
Tweens a Image's color to the given value,
in a way that allows other DOBlendableColor tweens to work together on the same target,
instead than fight each other as multiple DOColor would do.
Also stores the Image as the tween's target so it can be used for filtered operations
The value to tween toThe duration of the tween
-
+
Tweens a Text's color BY the given value,
in a way that allows other DOBlendableColor tweens to work together on the same target,
instead than fight each other as multiple DOColor would do.
diff --git a/UnityCompatibilityTests.Unity35/Assets/Demigiant/DOTween/DOTween50.dll b/UnityCompatibilityTests.Unity35/Assets/Demigiant/DOTween/DOTween50.dll
index a9f726a..7ceefb0 100644
Binary files a/UnityCompatibilityTests.Unity35/Assets/Demigiant/DOTween/DOTween50.dll and b/UnityCompatibilityTests.Unity35/Assets/Demigiant/DOTween/DOTween50.dll differ
diff --git a/UnityCompatibilityTests.Unity35/Assets/Demigiant/DOTween/DOTween50.dll.mdb b/UnityCompatibilityTests.Unity35/Assets/Demigiant/DOTween/DOTween50.dll.mdb
index ac60455..a6058f9 100644
Binary files a/UnityCompatibilityTests.Unity35/Assets/Demigiant/DOTween/DOTween50.dll.mdb and b/UnityCompatibilityTests.Unity35/Assets/Demigiant/DOTween/DOTween50.dll.mdb differ
diff --git a/UnityCompatibilityTests.Unity35/Assets/Demigiant/DOTween/DOTween50.xml b/UnityCompatibilityTests.Unity35/Assets/Demigiant/DOTween/DOTween50.xml
index cb874db..5c9ddd3 100644
--- a/UnityCompatibilityTests.Unity35/Assets/Demigiant/DOTween/DOTween50.xml
+++ b/UnityCompatibilityTests.Unity35/Assets/Demigiant/DOTween/DOTween50.xml
@@ -4,20 +4,20 @@
DOTween50
-
+
Methods that extend known Unity objects and allow to directly create and control tweens from their instances.
These, as all DOTween50 methods, require Unity 5.0 or later.
-
+
Tweens an AudioMixer's exposed float to the given value.
Also stores the AudioMixer as the tween's target so it can be used for filtered operations.
Note that you need to manually expose a float in an AudioMixerGroup in order to be able to tween it from an AudioMixer.
Name given to the exposed float to set
The end value to reachThe duration of the tween
-
+
Completes all tweens that have this target as a reference
(meaning tweens that were started from this target, or that had this target added as an Id)
@@ -25,7 +25,7 @@
(meaning the tweens that don't have infinite loops and were not already complete)
-
+
Kills all tweens that have this target as a reference
(meaning tweens that were started from this target, or that had this target added as an Id)
@@ -33,14 +33,14 @@
If TRUE completes the tween before killing it
-
+
Flips the direction (backwards if it was going forward or viceversa) of all tweens that have this target as a reference
(meaning tweens that were started from this target, or that had this target added as an Id)
and returns the total number of tweens flipped.
-
+
Sends to the given position all tweens that have this target as a reference
(meaning tweens that were started from this target, or that had this target added as an Id)
@@ -50,49 +50,49 @@
(if higher than the whole tween duration the tween will simply reach its end)
If TRUE will play the tween after reaching the given position, otherwise it will pause it
-
+
Pauses all tweens that have this target as a reference
(meaning tweens that were started from this target, or that had this target added as an Id)
and returns the total number of tweens paused.
-
+
Plays all tweens that have this target as a reference
(meaning tweens that were started from this target, or that had this target added as an Id)
and returns the total number of tweens played.
-
+
Plays backwards all tweens that have this target as a reference
(meaning tweens that were started from this target, or that had this target added as an Id)
and returns the total number of tweens played.
-
+
Plays forward all tweens that have this target as a reference
(meaning tweens that were started from this target, or that had this target added as an Id)
and returns the total number of tweens played.
-
+
Restarts all tweens that have this target as a reference
(meaning tweens that were started from this target, or that had this target added as an Id)
and returns the total number of tweens restarted.
-
+
Rewinds all tweens that have this target as a reference
(meaning tweens that were started from this target, or that had this target added as an Id)
and returns the total number of tweens rewinded.
-
+
Toggles the paused state (plays if it was paused, pauses if it was playing) of all tweens that have this target as a reference
(meaning tweens that were started from this target, or that had this target added as an Id)
diff --git a/UnityCompatibilityTests.Unity35/Assets/Demigiant/DOTween/Editor/DOTweenEditor.dll b/UnityCompatibilityTests.Unity35/Assets/Demigiant/DOTween/Editor/DOTweenEditor.dll
index 37b527a..1dd974d 100644
Binary files a/UnityCompatibilityTests.Unity35/Assets/Demigiant/DOTween/Editor/DOTweenEditor.dll and b/UnityCompatibilityTests.Unity35/Assets/Demigiant/DOTween/Editor/DOTweenEditor.dll differ
diff --git a/UnityCompatibilityTests.Unity35/Assets/Demigiant/DOTween/Editor/DOTweenEditor.dll.mdb b/UnityCompatibilityTests.Unity35/Assets/Demigiant/DOTween/Editor/DOTweenEditor.dll.mdb
index 23512dd..27af835 100644
Binary files a/UnityCompatibilityTests.Unity35/Assets/Demigiant/DOTween/Editor/DOTweenEditor.dll.mdb and b/UnityCompatibilityTests.Unity35/Assets/Demigiant/DOTween/Editor/DOTweenEditor.dll.mdb differ
diff --git a/UnityTests.Unity4/Assets/Demigiant/DOTween/DOTween.dll b/UnityTests.Unity4/Assets/Demigiant/DOTween/DOTween.dll
index 2e24b5c..138b049 100644
Binary files a/UnityTests.Unity4/Assets/Demigiant/DOTween/DOTween.dll and b/UnityTests.Unity4/Assets/Demigiant/DOTween/DOTween.dll differ
diff --git a/UnityTests.Unity4/Assets/Demigiant/DOTween/DOTween.dll.mdb b/UnityTests.Unity4/Assets/Demigiant/DOTween/DOTween.dll.mdb
index a5077fb..d317e49 100644
Binary files a/UnityTests.Unity4/Assets/Demigiant/DOTween/DOTween.dll.mdb and b/UnityTests.Unity4/Assets/Demigiant/DOTween/DOTween.dll.mdb differ
diff --git a/UnityTests.Unity4/Assets/Demigiant/DOTween/DOTween43.dll b/UnityTests.Unity4/Assets/Demigiant/DOTween/DOTween43.dll
index 4140ed8..e0f10e5 100644
Binary files a/UnityTests.Unity4/Assets/Demigiant/DOTween/DOTween43.dll and b/UnityTests.Unity4/Assets/Demigiant/DOTween/DOTween43.dll differ
diff --git a/UnityTests.Unity4/Assets/Demigiant/DOTween/DOTween43.dll.mdb b/UnityTests.Unity4/Assets/Demigiant/DOTween/DOTween43.dll.mdb
index 2641db7..3566f4f 100644
Binary files a/UnityTests.Unity4/Assets/Demigiant/DOTween/DOTween43.dll.mdb and b/UnityTests.Unity4/Assets/Demigiant/DOTween/DOTween43.dll.mdb differ
diff --git a/UnityTests.Unity4/Assets/Demigiant/DOTween/DOTween43.xml b/UnityTests.Unity4/Assets/Demigiant/DOTween/DOTween43.xml
index 83d9c54..2d78cb8 100644
--- a/UnityTests.Unity4/Assets/Demigiant/DOTween/DOTween43.xml
+++ b/UnityTests.Unity4/Assets/Demigiant/DOTween/DOTween43.xml
@@ -4,46 +4,46 @@
DOTween43
-
+
Methods that extend known Unity objects and allow to directly create and control tweens from their instances.
These, as all DOTween43 methods, require Unity 4.3 or later.
-
+
Tweens a SpriteRenderer's color to the given value.
Also stores the spriteRenderer as the tween's target so it can be used for filtered operations
The end value to reachThe duration of the tween
-
+
Tweens a Material's alpha color to the given value.
Also stores the spriteRenderer as the tween's target so it can be used for filtered operations
The end value to reachThe duration of the tween
-
+
Tweens a Rigidbody2D's position to the given value.
Also stores the Rigidbody2D as the tween's target so it can be used for filtered operations
The end value to reachThe duration of the tween
If TRUE the tween will smoothly snap all values to integers
-
+
Tweens a Rigidbody2D's X position to the given value.
Also stores the Rigidbody2D as the tween's target so it can be used for filtered operations
The end value to reachThe duration of the tween
If TRUE the tween will smoothly snap all values to integers
-
+
Tweens a Rigidbody2D's Y position to the given value.
Also stores the Rigidbody2D as the tween's target so it can be used for filtered operations
The end value to reachThe duration of the tween
If TRUE the tween will smoothly snap all values to integers
-
+
Tweens a Rigidbody2D's rotation to the given value.
Also stores the Rigidbody2D as the tween's target so it can be used for filtered operations
The end value to reachThe duration of the tween
-
+
Tweens a Rigidbody2D's position to the given value, while also applying a jump effect along the Y axis.
Returns a Sequence instead of a Tweener.
Also stores the Rigidbody2D as the tween's target so it can be used for filtered operations
@@ -53,7 +53,7 @@
The duration of the tween
If TRUE the tween will smoothly snap all values to integers
-
+
Tweens a SpriteRenderer's color to the given value,
in a way that allows other DOBlendableColor tweens to work together on the same target,
instead than fight each other as multiple DOColor would do.
diff --git a/UnityTests.Unity4/Assets/Demigiant/DOTween/DOTween46.dll b/UnityTests.Unity4/Assets/Demigiant/DOTween/DOTween46.dll
index b01906f..1c114c4 100644
Binary files a/UnityTests.Unity4/Assets/Demigiant/DOTween/DOTween46.dll and b/UnityTests.Unity4/Assets/Demigiant/DOTween/DOTween46.dll differ
diff --git a/UnityTests.Unity4/Assets/Demigiant/DOTween/DOTween46.dll.mdb b/UnityTests.Unity4/Assets/Demigiant/DOTween/DOTween46.dll.mdb
index f6d54ea..d9fc32a 100644
Binary files a/UnityTests.Unity4/Assets/Demigiant/DOTween/DOTween46.dll.mdb and b/UnityTests.Unity4/Assets/Demigiant/DOTween/DOTween46.dll.mdb differ
diff --git a/UnityTests.Unity4/Assets/Demigiant/DOTween/DOTween46.xml b/UnityTests.Unity4/Assets/Demigiant/DOTween/DOTween46.xml
index c8061fe..c19bb73 100644
--- a/UnityTests.Unity4/Assets/Demigiant/DOTween/DOTween46.xml
+++ b/UnityTests.Unity4/Assets/Demigiant/DOTween/DOTween46.xml
@@ -4,94 +4,94 @@
DOTween46
-
+
Methods that extend known Unity objects and allow to directly create and control tweens from their instances.
These, as all DOTween46 methods, require Unity 4.6 or later.
-
+
Tweens a CanvasGroup's alpha color to the given value.
Also stores the canvasGroup as the tween's target so it can be used for filtered operations
The end value to reachThe duration of the tween
-
+
Tweens an Graphic's color to the given value.
Also stores the image as the tween's target so it can be used for filtered operations
The end value to reachThe duration of the tween
-
+
Tweens an Graphic's alpha color to the given value.
Also stores the image as the tween's target so it can be used for filtered operations
The end value to reachThe duration of the tween
-
+
Tweens an Image's color to the given value.
Also stores the image as the tween's target so it can be used for filtered operations
The end value to reachThe duration of the tween
-
+
Tweens an Image's alpha color to the given value.
Also stores the image as the tween's target so it can be used for filtered operations
The end value to reachThe duration of the tween
-
+
Tweens an Image's fillAmount to the given value.
Also stores the image as the tween's target so it can be used for filtered operations
The end value to reach (0 to 1)The duration of the tween
-
+
Tweens an LayoutElement's flexibleWidth/Height to the given value.
Also stores the LayoutElement as the tween's target so it can be used for filtered operations
The end value to reachThe duration of the tween
If TRUE the tween will smoothly snap all values to integers
-
+
Tweens an LayoutElement's minWidth/Height to the given value.
Also stores the LayoutElement as the tween's target so it can be used for filtered operations
The end value to reachThe duration of the tween
If TRUE the tween will smoothly snap all values to integers
-
+
Tweens an LayoutElement's preferredWidth/Height to the given value.
Also stores the LayoutElement as the tween's target so it can be used for filtered operations
The end value to reachThe duration of the tween
If TRUE the tween will smoothly snap all values to integers
-
+
Tweens a Outline's effectColor to the given value.
Also stores the Outline as the tween's target so it can be used for filtered operations
The end value to reachThe duration of the tween
-
+
Tweens a Outline's effectColor alpha to the given value.
Also stores the Outline as the tween's target so it can be used for filtered operations
The end value to reachThe duration of the tween
-
+
Tweens a Outline's effectDistance to the given value.
Also stores the Outline as the tween's target so it can be used for filtered operations
The end value to reachThe duration of the tween
-
+
Tweens a RectTransform's anchoredPosition to the given value.
Also stores the RectTransform as the tween's target so it can be used for filtered operations
The end value to reachThe duration of the tween
If TRUE the tween will smoothly snap all values to integers
-
+
Tweens a RectTransform's anchoredPosition3D to the given value.
Also stores the RectTransform as the tween's target so it can be used for filtered operations
The end value to reachThe duration of the tween
If TRUE the tween will smoothly snap all values to integers
-
+
Tweens a RectTransform's sizeDelta to the given value.
Also stores the RectTransform as the tween's target so it can be used for filtered operations
The end value to reachThe duration of the tween
If TRUE the tween will smoothly snap all values to integers
-
+
Punches a RectTransform's anchoredPosition towards the given direction and then back to the starting one
as if it was connected to the starting position via an elastic.
Also stores the RectTransform as the tween's target so it can be used for filtered operations
@@ -103,7 +103,7 @@
while 0 oscillates only between the punch and the start position
If TRUE the tween will smoothly snap all values to integers
-
+
Shakes a RectTransform's anchoredPosition with the given values.
Also stores the RectTransform as the tween's target so it can be used for filtered operations
The duration of the tween
@@ -113,7 +113,7 @@
Setting it to 0 will shake along a single direction.
If TRUE the tween will smoothly snap all values to integers
-
+
Shakes a RectTransform's anchoredPosition with the given values.
Also stores the RectTransform as the tween's target so it can be used for filtered operations
The duration of the tween
@@ -123,7 +123,7 @@
Setting it to 0 will shake along a single direction.
If TRUE the tween will smoothly snap all values to integers
-
+
Tweens a RectTransform's anchoredPosition to the given value, while also applying a jump effect along the Y axis.
Returns a Sequence instead of a Tweener.
Also stores the RectTransform as the tween's target so it can be used for filtered operations
@@ -133,23 +133,23 @@
The duration of the tween
If TRUE the tween will smoothly snap all values to integers
-
+
Tweens a Slider's value to the given value.
Also stores the Slider as the tween's target so it can be used for filtered operations
The end value to reachThe duration of the tween
If TRUE the tween will smoothly snap all values to integers
-
+
Tweens a Text's color to the given value.
Also stores the Text as the tween's target so it can be used for filtered operations
The end value to reachThe duration of the tween
-
+
Tweens a Text's alpha color to the given value.
Also stores the Text as the tween's target so it can be used for filtered operations
The end value to reachThe duration of the tween
-
+
Tweens a Text's text to the given value.
Also stores the Text as the tween's target so it can be used for filtered operations
The end string to tween toThe duration of the tween
@@ -160,21 +160,21 @@
Use as many characters as possible (minimum 10) because DOTween uses a fast scramble mode which gives better results with more characters.
Leave it to NULL (default) to use default ones
-
+
Tweens a Graphic's color to the given value,
in a way that allows other DOBlendableColor tweens to work together on the same target,
instead than fight each other as multiple DOColor would do.
Also stores the Graphic as the tween's target so it can be used for filtered operations
The value to tween toThe duration of the tween
-
+
Tweens a Image's color to the given value,
in a way that allows other DOBlendableColor tweens to work together on the same target,
instead than fight each other as multiple DOColor would do.
Also stores the Image as the tween's target so it can be used for filtered operations
The value to tween toThe duration of the tween
-
+
Tweens a Text's color BY the given value,
in a way that allows other DOBlendableColor tweens to work together on the same target,
instead than fight each other as multiple DOColor would do.
diff --git a/UnityTests.Unity4/Assets/Demigiant/DOTween/DOTween50.dll b/UnityTests.Unity4/Assets/Demigiant/DOTween/DOTween50.dll
index a9f726a..7ceefb0 100644
Binary files a/UnityTests.Unity4/Assets/Demigiant/DOTween/DOTween50.dll and b/UnityTests.Unity4/Assets/Demigiant/DOTween/DOTween50.dll differ
diff --git a/UnityTests.Unity4/Assets/Demigiant/DOTween/DOTween50.dll.mdb b/UnityTests.Unity4/Assets/Demigiant/DOTween/DOTween50.dll.mdb
index ac60455..a6058f9 100644
Binary files a/UnityTests.Unity4/Assets/Demigiant/DOTween/DOTween50.dll.mdb and b/UnityTests.Unity4/Assets/Demigiant/DOTween/DOTween50.dll.mdb differ
diff --git a/UnityTests.Unity4/Assets/Demigiant/DOTween/DOTween50.xml b/UnityTests.Unity4/Assets/Demigiant/DOTween/DOTween50.xml
index cb874db..5c9ddd3 100644
--- a/UnityTests.Unity4/Assets/Demigiant/DOTween/DOTween50.xml
+++ b/UnityTests.Unity4/Assets/Demigiant/DOTween/DOTween50.xml
@@ -4,20 +4,20 @@
DOTween50
-
+
Methods that extend known Unity objects and allow to directly create and control tweens from their instances.
These, as all DOTween50 methods, require Unity 5.0 or later.
-
+
Tweens an AudioMixer's exposed float to the given value.
Also stores the AudioMixer as the tween's target so it can be used for filtered operations.
Note that you need to manually expose a float in an AudioMixerGroup in order to be able to tween it from an AudioMixer.
Name given to the exposed float to set
The end value to reachThe duration of the tween
-
+
Completes all tweens that have this target as a reference
(meaning tweens that were started from this target, or that had this target added as an Id)
@@ -25,7 +25,7 @@
(meaning the tweens that don't have infinite loops and were not already complete)
-
+
Kills all tweens that have this target as a reference
(meaning tweens that were started from this target, or that had this target added as an Id)
@@ -33,14 +33,14 @@
If TRUE completes the tween before killing it
-
+
Flips the direction (backwards if it was going forward or viceversa) of all tweens that have this target as a reference
(meaning tweens that were started from this target, or that had this target added as an Id)
and returns the total number of tweens flipped.
-
+
Sends to the given position all tweens that have this target as a reference
(meaning tweens that were started from this target, or that had this target added as an Id)
@@ -50,49 +50,49 @@
(if higher than the whole tween duration the tween will simply reach its end)
If TRUE will play the tween after reaching the given position, otherwise it will pause it
-
+
Pauses all tweens that have this target as a reference
(meaning tweens that were started from this target, or that had this target added as an Id)
and returns the total number of tweens paused.
-
+
Plays all tweens that have this target as a reference
(meaning tweens that were started from this target, or that had this target added as an Id)
and returns the total number of tweens played.
-
+
Plays backwards all tweens that have this target as a reference
(meaning tweens that were started from this target, or that had this target added as an Id)
and returns the total number of tweens played.
-
+
Plays forward all tweens that have this target as a reference
(meaning tweens that were started from this target, or that had this target added as an Id)
and returns the total number of tweens played.
-
+
Restarts all tweens that have this target as a reference
(meaning tweens that were started from this target, or that had this target added as an Id)
and returns the total number of tweens restarted.
-
+
Rewinds all tweens that have this target as a reference
(meaning tweens that were started from this target, or that had this target added as an Id)
and returns the total number of tweens rewinded.
-
+
Toggles the paused state (plays if it was paused, pauses if it was playing) of all tweens that have this target as a reference
(meaning tweens that were started from this target, or that had this target added as an Id)
diff --git a/UnityTests.Unity4/Assets/Demigiant/DOTween/Editor/DOTweenEditor.dll b/UnityTests.Unity4/Assets/Demigiant/DOTween/Editor/DOTweenEditor.dll
index 37b527a..1dd974d 100644
Binary files a/UnityTests.Unity4/Assets/Demigiant/DOTween/Editor/DOTweenEditor.dll and b/UnityTests.Unity4/Assets/Demigiant/DOTween/Editor/DOTweenEditor.dll differ
diff --git a/UnityTests.Unity4/Assets/Demigiant/DOTween/Editor/DOTweenEditor.dll.mdb b/UnityTests.Unity4/Assets/Demigiant/DOTween/Editor/DOTweenEditor.dll.mdb
index 23512dd..27af835 100644
Binary files a/UnityTests.Unity4/Assets/Demigiant/DOTween/Editor/DOTweenEditor.dll.mdb and b/UnityTests.Unity4/Assets/Demigiant/DOTween/Editor/DOTweenEditor.dll.mdb differ
diff --git a/UnityTests.Unity5/Assets/Demigiant/DOTween/DOTween.dll b/UnityTests.Unity5/Assets/Demigiant/DOTween/DOTween.dll
index 2e24b5c..138b049 100644
Binary files a/UnityTests.Unity5/Assets/Demigiant/DOTween/DOTween.dll and b/UnityTests.Unity5/Assets/Demigiant/DOTween/DOTween.dll differ
diff --git a/UnityTests.Unity5/Assets/Demigiant/DOTween/DOTween.dll.mdb b/UnityTests.Unity5/Assets/Demigiant/DOTween/DOTween.dll.mdb
index a5077fb..d317e49 100644
Binary files a/UnityTests.Unity5/Assets/Demigiant/DOTween/DOTween.dll.mdb and b/UnityTests.Unity5/Assets/Demigiant/DOTween/DOTween.dll.mdb differ
diff --git a/UnityTests.Unity5/Assets/Demigiant/DOTween/DOTween43.dll b/UnityTests.Unity5/Assets/Demigiant/DOTween/DOTween43.dll
index 4140ed8..e0f10e5 100644
Binary files a/UnityTests.Unity5/Assets/Demigiant/DOTween/DOTween43.dll and b/UnityTests.Unity5/Assets/Demigiant/DOTween/DOTween43.dll differ
diff --git a/UnityTests.Unity5/Assets/Demigiant/DOTween/DOTween43.dll.mdb b/UnityTests.Unity5/Assets/Demigiant/DOTween/DOTween43.dll.mdb
index 2641db7..3566f4f 100644
Binary files a/UnityTests.Unity5/Assets/Demigiant/DOTween/DOTween43.dll.mdb and b/UnityTests.Unity5/Assets/Demigiant/DOTween/DOTween43.dll.mdb differ
diff --git a/UnityTests.Unity5/Assets/Demigiant/DOTween/DOTween43.xml b/UnityTests.Unity5/Assets/Demigiant/DOTween/DOTween43.xml
index 83d9c54..2d78cb8 100644
--- a/UnityTests.Unity5/Assets/Demigiant/DOTween/DOTween43.xml
+++ b/UnityTests.Unity5/Assets/Demigiant/DOTween/DOTween43.xml
@@ -4,46 +4,46 @@
DOTween43
-
+
Methods that extend known Unity objects and allow to directly create and control tweens from their instances.
These, as all DOTween43 methods, require Unity 4.3 or later.
-
+
Tweens a SpriteRenderer's color to the given value.
Also stores the spriteRenderer as the tween's target so it can be used for filtered operations
The end value to reachThe duration of the tween
-
+
Tweens a Material's alpha color to the given value.
Also stores the spriteRenderer as the tween's target so it can be used for filtered operations
The end value to reachThe duration of the tween
-
+
Tweens a Rigidbody2D's position to the given value.
Also stores the Rigidbody2D as the tween's target so it can be used for filtered operations
The end value to reachThe duration of the tween
If TRUE the tween will smoothly snap all values to integers
-
+
Tweens a Rigidbody2D's X position to the given value.
Also stores the Rigidbody2D as the tween's target so it can be used for filtered operations
The end value to reachThe duration of the tween
If TRUE the tween will smoothly snap all values to integers
-
+
Tweens a Rigidbody2D's Y position to the given value.
Also stores the Rigidbody2D as the tween's target so it can be used for filtered operations
The end value to reachThe duration of the tween
If TRUE the tween will smoothly snap all values to integers
-
+
Tweens a Rigidbody2D's rotation to the given value.
Also stores the Rigidbody2D as the tween's target so it can be used for filtered operations
The end value to reachThe duration of the tween
-
+
Tweens a Rigidbody2D's position to the given value, while also applying a jump effect along the Y axis.
Returns a Sequence instead of a Tweener.
Also stores the Rigidbody2D as the tween's target so it can be used for filtered operations
@@ -53,7 +53,7 @@
The duration of the tween
If TRUE the tween will smoothly snap all values to integers
-
+
Tweens a SpriteRenderer's color to the given value,
in a way that allows other DOBlendableColor tweens to work together on the same target,
instead than fight each other as multiple DOColor would do.
diff --git a/UnityTests.Unity5/Assets/Demigiant/DOTween/DOTween46.dll b/UnityTests.Unity5/Assets/Demigiant/DOTween/DOTween46.dll
index b01906f..1c114c4 100644
Binary files a/UnityTests.Unity5/Assets/Demigiant/DOTween/DOTween46.dll and b/UnityTests.Unity5/Assets/Demigiant/DOTween/DOTween46.dll differ
diff --git a/UnityTests.Unity5/Assets/Demigiant/DOTween/DOTween46.dll.mdb b/UnityTests.Unity5/Assets/Demigiant/DOTween/DOTween46.dll.mdb
index f6d54ea..d9fc32a 100644
Binary files a/UnityTests.Unity5/Assets/Demigiant/DOTween/DOTween46.dll.mdb and b/UnityTests.Unity5/Assets/Demigiant/DOTween/DOTween46.dll.mdb differ
diff --git a/UnityTests.Unity5/Assets/Demigiant/DOTween/DOTween46.xml b/UnityTests.Unity5/Assets/Demigiant/DOTween/DOTween46.xml
index c8061fe..c19bb73 100644
--- a/UnityTests.Unity5/Assets/Demigiant/DOTween/DOTween46.xml
+++ b/UnityTests.Unity5/Assets/Demigiant/DOTween/DOTween46.xml
@@ -4,94 +4,94 @@
DOTween46
-
+
Methods that extend known Unity objects and allow to directly create and control tweens from their instances.
These, as all DOTween46 methods, require Unity 4.6 or later.
-
+
Tweens a CanvasGroup's alpha color to the given value.
Also stores the canvasGroup as the tween's target so it can be used for filtered operations
The end value to reachThe duration of the tween
-
+
Tweens an Graphic's color to the given value.
Also stores the image as the tween's target so it can be used for filtered operations
The end value to reachThe duration of the tween
-
+
Tweens an Graphic's alpha color to the given value.
Also stores the image as the tween's target so it can be used for filtered operations
The end value to reachThe duration of the tween
-
+
Tweens an Image's color to the given value.
Also stores the image as the tween's target so it can be used for filtered operations
The end value to reachThe duration of the tween
-
+
Tweens an Image's alpha color to the given value.
Also stores the image as the tween's target so it can be used for filtered operations
The end value to reachThe duration of the tween
-
+
Tweens an Image's fillAmount to the given value.
Also stores the image as the tween's target so it can be used for filtered operations
The end value to reach (0 to 1)The duration of the tween
-
+
Tweens an LayoutElement's flexibleWidth/Height to the given value.
Also stores the LayoutElement as the tween's target so it can be used for filtered operations
The end value to reachThe duration of the tween
If TRUE the tween will smoothly snap all values to integers
-
+
Tweens an LayoutElement's minWidth/Height to the given value.
Also stores the LayoutElement as the tween's target so it can be used for filtered operations
The end value to reachThe duration of the tween
If TRUE the tween will smoothly snap all values to integers
-
+
Tweens an LayoutElement's preferredWidth/Height to the given value.
Also stores the LayoutElement as the tween's target so it can be used for filtered operations
The end value to reachThe duration of the tween
If TRUE the tween will smoothly snap all values to integers
-
+
Tweens a Outline's effectColor to the given value.
Also stores the Outline as the tween's target so it can be used for filtered operations
The end value to reachThe duration of the tween
-
+
Tweens a Outline's effectColor alpha to the given value.
Also stores the Outline as the tween's target so it can be used for filtered operations
The end value to reachThe duration of the tween
-
+
Tweens a Outline's effectDistance to the given value.
Also stores the Outline as the tween's target so it can be used for filtered operations
The end value to reachThe duration of the tween
-
+
Tweens a RectTransform's anchoredPosition to the given value.
Also stores the RectTransform as the tween's target so it can be used for filtered operations
The end value to reachThe duration of the tween
If TRUE the tween will smoothly snap all values to integers
-
+
Tweens a RectTransform's anchoredPosition3D to the given value.
Also stores the RectTransform as the tween's target so it can be used for filtered operations
The end value to reachThe duration of the tween
If TRUE the tween will smoothly snap all values to integers
-
+
Tweens a RectTransform's sizeDelta to the given value.
Also stores the RectTransform as the tween's target so it can be used for filtered operations
The end value to reachThe duration of the tween
If TRUE the tween will smoothly snap all values to integers
-
+
Punches a RectTransform's anchoredPosition towards the given direction and then back to the starting one
as if it was connected to the starting position via an elastic.
Also stores the RectTransform as the tween's target so it can be used for filtered operations
@@ -103,7 +103,7 @@
while 0 oscillates only between the punch and the start position
If TRUE the tween will smoothly snap all values to integers
-
+
Shakes a RectTransform's anchoredPosition with the given values.
Also stores the RectTransform as the tween's target so it can be used for filtered operations
The duration of the tween
@@ -113,7 +113,7 @@
Setting it to 0 will shake along a single direction.
If TRUE the tween will smoothly snap all values to integers
-
+
Shakes a RectTransform's anchoredPosition with the given values.
Also stores the RectTransform as the tween's target so it can be used for filtered operations
The duration of the tween
@@ -123,7 +123,7 @@
Setting it to 0 will shake along a single direction.
If TRUE the tween will smoothly snap all values to integers
-
+
Tweens a RectTransform's anchoredPosition to the given value, while also applying a jump effect along the Y axis.
Returns a Sequence instead of a Tweener.
Also stores the RectTransform as the tween's target so it can be used for filtered operations
@@ -133,23 +133,23 @@
The duration of the tween
If TRUE the tween will smoothly snap all values to integers
-
+
Tweens a Slider's value to the given value.
Also stores the Slider as the tween's target so it can be used for filtered operations
The end value to reachThe duration of the tween
If TRUE the tween will smoothly snap all values to integers
-
+
Tweens a Text's color to the given value.
Also stores the Text as the tween's target so it can be used for filtered operations
The end value to reachThe duration of the tween
-
+
Tweens a Text's alpha color to the given value.
Also stores the Text as the tween's target so it can be used for filtered operations
The end value to reachThe duration of the tween
-
+
Tweens a Text's text to the given value.
Also stores the Text as the tween's target so it can be used for filtered operations
The end string to tween toThe duration of the tween
@@ -160,21 +160,21 @@
Use as many characters as possible (minimum 10) because DOTween uses a fast scramble mode which gives better results with more characters.
Leave it to NULL (default) to use default ones
-
+
Tweens a Graphic's color to the given value,
in a way that allows other DOBlendableColor tweens to work together on the same target,
instead than fight each other as multiple DOColor would do.
Also stores the Graphic as the tween's target so it can be used for filtered operations
The value to tween toThe duration of the tween
-
+
Tweens a Image's color to the given value,
in a way that allows other DOBlendableColor tweens to work together on the same target,
instead than fight each other as multiple DOColor would do.
Also stores the Image as the tween's target so it can be used for filtered operations
The value to tween toThe duration of the tween
-
+
Tweens a Text's color BY the given value,
in a way that allows other DOBlendableColor tweens to work together on the same target,
instead than fight each other as multiple DOColor would do.
diff --git a/UnityTests.Unity5/Assets/Demigiant/DOTween/DOTween50.dll b/UnityTests.Unity5/Assets/Demigiant/DOTween/DOTween50.dll
index a9f726a..7ceefb0 100644
Binary files a/UnityTests.Unity5/Assets/Demigiant/DOTween/DOTween50.dll and b/UnityTests.Unity5/Assets/Demigiant/DOTween/DOTween50.dll differ
diff --git a/UnityTests.Unity5/Assets/Demigiant/DOTween/DOTween50.dll.mdb b/UnityTests.Unity5/Assets/Demigiant/DOTween/DOTween50.dll.mdb
index ac60455..a6058f9 100644
Binary files a/UnityTests.Unity5/Assets/Demigiant/DOTween/DOTween50.dll.mdb and b/UnityTests.Unity5/Assets/Demigiant/DOTween/DOTween50.dll.mdb differ
diff --git a/UnityTests.Unity5/Assets/Demigiant/DOTween/DOTween50.xml b/UnityTests.Unity5/Assets/Demigiant/DOTween/DOTween50.xml
index cb874db..5c9ddd3 100644
--- a/UnityTests.Unity5/Assets/Demigiant/DOTween/DOTween50.xml
+++ b/UnityTests.Unity5/Assets/Demigiant/DOTween/DOTween50.xml
@@ -4,20 +4,20 @@
DOTween50
-
+
Methods that extend known Unity objects and allow to directly create and control tweens from their instances.
These, as all DOTween50 methods, require Unity 5.0 or later.
-
+
Tweens an AudioMixer's exposed float to the given value.
Also stores the AudioMixer as the tween's target so it can be used for filtered operations.
Note that you need to manually expose a float in an AudioMixerGroup in order to be able to tween it from an AudioMixer.
Name given to the exposed float to set
The end value to reachThe duration of the tween
-
+
Completes all tweens that have this target as a reference
(meaning tweens that were started from this target, or that had this target added as an Id)
@@ -25,7 +25,7 @@
(meaning the tweens that don't have infinite loops and were not already complete)
-
+
Kills all tweens that have this target as a reference
(meaning tweens that were started from this target, or that had this target added as an Id)
@@ -33,14 +33,14 @@
If TRUE completes the tween before killing it
-
+
Flips the direction (backwards if it was going forward or viceversa) of all tweens that have this target as a reference
(meaning tweens that were started from this target, or that had this target added as an Id)
and returns the total number of tweens flipped.
-
+
Sends to the given position all tweens that have this target as a reference
(meaning tweens that were started from this target, or that had this target added as an Id)
@@ -50,49 +50,49 @@
(if higher than the whole tween duration the tween will simply reach its end)
If TRUE will play the tween after reaching the given position, otherwise it will pause it
-
+
Pauses all tweens that have this target as a reference
(meaning tweens that were started from this target, or that had this target added as an Id)
and returns the total number of tweens paused.
-
+
Plays all tweens that have this target as a reference
(meaning tweens that were started from this target, or that had this target added as an Id)
and returns the total number of tweens played.
-
+
Plays backwards all tweens that have this target as a reference
(meaning tweens that were started from this target, or that had this target added as an Id)
and returns the total number of tweens played.
-
+
Plays forward all tweens that have this target as a reference
(meaning tweens that were started from this target, or that had this target added as an Id)
and returns the total number of tweens played.
-
+
Restarts all tweens that have this target as a reference
(meaning tweens that were started from this target, or that had this target added as an Id)
and returns the total number of tweens restarted.
-
+
Rewinds all tweens that have this target as a reference
(meaning tweens that were started from this target, or that had this target added as an Id)
and returns the total number of tweens rewinded.
-
+
Toggles the paused state (plays if it was paused, pauses if it was playing) of all tweens that have this target as a reference
(meaning tweens that were started from this target, or that had this target added as an Id)
diff --git a/UnityTests.Unity5/Assets/Demigiant/DOTween/Editor/DOTweenEditor.dll b/UnityTests.Unity5/Assets/Demigiant/DOTween/Editor/DOTweenEditor.dll
index 37b527a..1dd974d 100644
Binary files a/UnityTests.Unity5/Assets/Demigiant/DOTween/Editor/DOTweenEditor.dll and b/UnityTests.Unity5/Assets/Demigiant/DOTween/Editor/DOTweenEditor.dll differ
diff --git a/UnityTests.Unity5/Assets/Demigiant/DOTween/Editor/DOTweenEditor.dll.mdb b/UnityTests.Unity5/Assets/Demigiant/DOTween/Editor/DOTweenEditor.dll.mdb
index 23512dd..27af835 100644
Binary files a/UnityTests.Unity5/Assets/Demigiant/DOTween/Editor/DOTweenEditor.dll.mdb and b/UnityTests.Unity5/Assets/Demigiant/DOTween/Editor/DOTweenEditor.dll.mdb differ
diff --git a/_DOTween.Assembly/DOTween/DOTween.cs b/_DOTween.Assembly/DOTween/DOTween.cs
index 77245d4..08b6035 100644
--- a/_DOTween.Assembly/DOTween/DOTween.cs
+++ b/_DOTween.Assembly/DOTween/DOTween.cs
@@ -32,7 +32,7 @@ namespace DG.Tweening
public class DOTween
{
/// DOTween's version
- public static readonly string Version = "1.0.740";
+ public static readonly string Version = "1.0.745";
///////////////////////////////////////////////
// Options ////////////////////////////////////
diff --git a/_DOTween.Assembly/DOTween43/DOTween43.csproj b/_DOTween.Assembly/DOTween43/DOTween43.csproj
index 4135d55..7976dd9 100644
--- a/_DOTween.Assembly/DOTween43/DOTween43.csproj
+++ b/_DOTween.Assembly/DOTween43/DOTween43.csproj
@@ -55,7 +55,7 @@
-
+
diff --git a/_DOTween.Assembly/DOTween43/ShortcutExtensions.cs b/_DOTween.Assembly/DOTween43/ShortcutExtensions43.cs
similarity index 99%
rename from _DOTween.Assembly/DOTween43/ShortcutExtensions.cs
rename to _DOTween.Assembly/DOTween43/ShortcutExtensions43.cs
index 51bcf64..23bde6b 100644
--- a/_DOTween.Assembly/DOTween43/ShortcutExtensions.cs
+++ b/_DOTween.Assembly/DOTween43/ShortcutExtensions43.cs
@@ -13,7 +13,7 @@ namespace DG.Tweening
/// Methods that extend known Unity objects and allow to directly create and control tweens from their instances.
/// These, as all DOTween43 methods, require Unity 4.3 or later.
///
- public static class ShortcutExtensions
+ public static class ShortcutExtensions43
{
#region SpriteRenderer
diff --git a/_DOTween.Assembly/DOTween46/DOTween46.csproj b/_DOTween.Assembly/DOTween46/DOTween46.csproj
index 3c75345..5889d20 100644
--- a/_DOTween.Assembly/DOTween46/DOTween46.csproj
+++ b/_DOTween.Assembly/DOTween46/DOTween46.csproj
@@ -57,7 +57,7 @@
-
+
diff --git a/_DOTween.Assembly/DOTween46/ShortcutExtensions.cs b/_DOTween.Assembly/DOTween46/ShortcutExtensions46.cs
similarity index 99%
rename from _DOTween.Assembly/DOTween46/ShortcutExtensions.cs
rename to _DOTween.Assembly/DOTween46/ShortcutExtensions46.cs
index 345a204..f23e8ed 100644
--- a/_DOTween.Assembly/DOTween46/ShortcutExtensions.cs
+++ b/_DOTween.Assembly/DOTween46/ShortcutExtensions46.cs
@@ -15,7 +15,7 @@ namespace DG.Tweening
/// Methods that extend known Unity objects and allow to directly create and control tweens from their instances.
/// These, as all DOTween46 methods, require Unity 4.6 or later.
///
- public static class ShortcutExtensions
+ public static class ShortcutExtensions46
{
#region Unity UI
diff --git a/_DOTween.Assembly/DOTween50/DOTween50.csproj b/_DOTween.Assembly/DOTween50/DOTween50.csproj
index 344bf6c..adb0b48 100644
--- a/_DOTween.Assembly/DOTween50/DOTween50.csproj
+++ b/_DOTween.Assembly/DOTween50/DOTween50.csproj
@@ -53,7 +53,7 @@
-
+
diff --git a/_DOTween.Assembly/DOTween50/ShortcutExtensions.cs b/_DOTween.Assembly/DOTween50/ShortcutExtensions50.cs
similarity index 99%
rename from _DOTween.Assembly/DOTween50/ShortcutExtensions.cs
rename to _DOTween.Assembly/DOTween50/ShortcutExtensions50.cs
index d1356b6..caff908 100644
--- a/_DOTween.Assembly/DOTween50/ShortcutExtensions.cs
+++ b/_DOTween.Assembly/DOTween50/ShortcutExtensions50.cs
@@ -9,7 +9,7 @@ namespace DG.Tweening
/// Methods that extend known Unity objects and allow to directly create and control tweens from their instances.
/// These, as all DOTween50 methods, require Unity 5.0 or later.
///
- public static class ShortcutExtensions
+ public static class ShortcutExtensions50
{
#region AudioMixerGroup
diff --git a/_DOTween.Assembly/bin/DOTween.dll b/_DOTween.Assembly/bin/DOTween.dll
index 2e24b5c..138b049 100644
Binary files a/_DOTween.Assembly/bin/DOTween.dll and b/_DOTween.Assembly/bin/DOTween.dll differ
diff --git a/_DOTween.Assembly/bin/DOTween.dll.mdb b/_DOTween.Assembly/bin/DOTween.dll.mdb
index a5077fb..d317e49 100644
Binary files a/_DOTween.Assembly/bin/DOTween.dll.mdb and b/_DOTween.Assembly/bin/DOTween.dll.mdb differ
diff --git a/_DOTween.Assembly/bin/DOTween43.dll b/_DOTween.Assembly/bin/DOTween43.dll
index 4140ed8..e0f10e5 100644
Binary files a/_DOTween.Assembly/bin/DOTween43.dll and b/_DOTween.Assembly/bin/DOTween43.dll differ
diff --git a/_DOTween.Assembly/bin/DOTween43.dll.mdb b/_DOTween.Assembly/bin/DOTween43.dll.mdb
index 2641db7..3566f4f 100644
Binary files a/_DOTween.Assembly/bin/DOTween43.dll.mdb and b/_DOTween.Assembly/bin/DOTween43.dll.mdb differ
diff --git a/_DOTween.Assembly/bin/DOTween43.xml b/_DOTween.Assembly/bin/DOTween43.xml
index 83d9c54..2d78cb8 100644
--- a/_DOTween.Assembly/bin/DOTween43.xml
+++ b/_DOTween.Assembly/bin/DOTween43.xml
@@ -4,46 +4,46 @@
DOTween43
-
+
Methods that extend known Unity objects and allow to directly create and control tweens from their instances.
These, as all DOTween43 methods, require Unity 4.3 or later.
-
+
Tweens a SpriteRenderer's color to the given value.
Also stores the spriteRenderer as the tween's target so it can be used for filtered operations
The end value to reachThe duration of the tween
-
+
Tweens a Material's alpha color to the given value.
Also stores the spriteRenderer as the tween's target so it can be used for filtered operations
The end value to reachThe duration of the tween
-
+
Tweens a Rigidbody2D's position to the given value.
Also stores the Rigidbody2D as the tween's target so it can be used for filtered operations
The end value to reachThe duration of the tween
If TRUE the tween will smoothly snap all values to integers
-
+
Tweens a Rigidbody2D's X position to the given value.
Also stores the Rigidbody2D as the tween's target so it can be used for filtered operations
The end value to reachThe duration of the tween
If TRUE the tween will smoothly snap all values to integers
-
+
Tweens a Rigidbody2D's Y position to the given value.
Also stores the Rigidbody2D as the tween's target so it can be used for filtered operations
The end value to reachThe duration of the tween
If TRUE the tween will smoothly snap all values to integers
-
+
Tweens a Rigidbody2D's rotation to the given value.
Also stores the Rigidbody2D as the tween's target so it can be used for filtered operations
The end value to reachThe duration of the tween
-
+
Tweens a Rigidbody2D's position to the given value, while also applying a jump effect along the Y axis.
Returns a Sequence instead of a Tweener.
Also stores the Rigidbody2D as the tween's target so it can be used for filtered operations
@@ -53,7 +53,7 @@
The duration of the tween
If TRUE the tween will smoothly snap all values to integers
-
+
Tweens a SpriteRenderer's color to the given value,
in a way that allows other DOBlendableColor tweens to work together on the same target,
instead than fight each other as multiple DOColor would do.
diff --git a/_DOTween.Assembly/bin/DOTween46.dll b/_DOTween.Assembly/bin/DOTween46.dll
index b01906f..1c114c4 100644
Binary files a/_DOTween.Assembly/bin/DOTween46.dll and b/_DOTween.Assembly/bin/DOTween46.dll differ
diff --git a/_DOTween.Assembly/bin/DOTween46.dll.mdb b/_DOTween.Assembly/bin/DOTween46.dll.mdb
index f6d54ea..d9fc32a 100644
Binary files a/_DOTween.Assembly/bin/DOTween46.dll.mdb and b/_DOTween.Assembly/bin/DOTween46.dll.mdb differ
diff --git a/_DOTween.Assembly/bin/DOTween46.xml b/_DOTween.Assembly/bin/DOTween46.xml
index c8061fe..c19bb73 100644
--- a/_DOTween.Assembly/bin/DOTween46.xml
+++ b/_DOTween.Assembly/bin/DOTween46.xml
@@ -4,94 +4,94 @@
DOTween46
-
+
Methods that extend known Unity objects and allow to directly create and control tweens from their instances.
These, as all DOTween46 methods, require Unity 4.6 or later.
-
+
Tweens a CanvasGroup's alpha color to the given value.
Also stores the canvasGroup as the tween's target so it can be used for filtered operations
The end value to reachThe duration of the tween
-
+
Tweens an Graphic's color to the given value.
Also stores the image as the tween's target so it can be used for filtered operations
The end value to reachThe duration of the tween
-
+
Tweens an Graphic's alpha color to the given value.
Also stores the image as the tween's target so it can be used for filtered operations
The end value to reachThe duration of the tween
-
+
Tweens an Image's color to the given value.
Also stores the image as the tween's target so it can be used for filtered operations
The end value to reachThe duration of the tween
-
+
Tweens an Image's alpha color to the given value.
Also stores the image as the tween's target so it can be used for filtered operations
The end value to reachThe duration of the tween
-
+
Tweens an Image's fillAmount to the given value.
Also stores the image as the tween's target so it can be used for filtered operations
The end value to reach (0 to 1)The duration of the tween
-
+
Tweens an LayoutElement's flexibleWidth/Height to the given value.
Also stores the LayoutElement as the tween's target so it can be used for filtered operations
The end value to reachThe duration of the tween
If TRUE the tween will smoothly snap all values to integers
-
+
Tweens an LayoutElement's minWidth/Height to the given value.
Also stores the LayoutElement as the tween's target so it can be used for filtered operations
The end value to reachThe duration of the tween
If TRUE the tween will smoothly snap all values to integers
-
+
Tweens an LayoutElement's preferredWidth/Height to the given value.
Also stores the LayoutElement as the tween's target so it can be used for filtered operations
The end value to reachThe duration of the tween
If TRUE the tween will smoothly snap all values to integers
-
+
Tweens a Outline's effectColor to the given value.
Also stores the Outline as the tween's target so it can be used for filtered operations
The end value to reachThe duration of the tween
-
+
Tweens a Outline's effectColor alpha to the given value.
Also stores the Outline as the tween's target so it can be used for filtered operations
The end value to reachThe duration of the tween
-
+
Tweens a Outline's effectDistance to the given value.
Also stores the Outline as the tween's target so it can be used for filtered operations
The end value to reachThe duration of the tween
-
+
Tweens a RectTransform's anchoredPosition to the given value.
Also stores the RectTransform as the tween's target so it can be used for filtered operations
The end value to reachThe duration of the tween
If TRUE the tween will smoothly snap all values to integers
-
+
Tweens a RectTransform's anchoredPosition3D to the given value.
Also stores the RectTransform as the tween's target so it can be used for filtered operations
The end value to reachThe duration of the tween
If TRUE the tween will smoothly snap all values to integers
-
+
Tweens a RectTransform's sizeDelta to the given value.
Also stores the RectTransform as the tween's target so it can be used for filtered operations
The end value to reachThe duration of the tween
If TRUE the tween will smoothly snap all values to integers
-
+
Punches a RectTransform's anchoredPosition towards the given direction and then back to the starting one
as if it was connected to the starting position via an elastic.
Also stores the RectTransform as the tween's target so it can be used for filtered operations
@@ -103,7 +103,7 @@
while 0 oscillates only between the punch and the start position
If TRUE the tween will smoothly snap all values to integers
-
+
Shakes a RectTransform's anchoredPosition with the given values.
Also stores the RectTransform as the tween's target so it can be used for filtered operations
The duration of the tween
@@ -113,7 +113,7 @@
Setting it to 0 will shake along a single direction.
If TRUE the tween will smoothly snap all values to integers
-
+
Shakes a RectTransform's anchoredPosition with the given values.
Also stores the RectTransform as the tween's target so it can be used for filtered operations
The duration of the tween
@@ -123,7 +123,7 @@
Setting it to 0 will shake along a single direction.
If TRUE the tween will smoothly snap all values to integers
-
+
Tweens a RectTransform's anchoredPosition to the given value, while also applying a jump effect along the Y axis.
Returns a Sequence instead of a Tweener.
Also stores the RectTransform as the tween's target so it can be used for filtered operations
@@ -133,23 +133,23 @@
The duration of the tween
If TRUE the tween will smoothly snap all values to integers
-
+
Tweens a Slider's value to the given value.
Also stores the Slider as the tween's target so it can be used for filtered operations
The end value to reachThe duration of the tween
If TRUE the tween will smoothly snap all values to integers
-
+
Tweens a Text's color to the given value.
Also stores the Text as the tween's target so it can be used for filtered operations
The end value to reachThe duration of the tween
-
+
Tweens a Text's alpha color to the given value.
Also stores the Text as the tween's target so it can be used for filtered operations
The end value to reachThe duration of the tween
-
+
Tweens a Text's text to the given value.
Also stores the Text as the tween's target so it can be used for filtered operations
The end string to tween toThe duration of the tween
@@ -160,21 +160,21 @@
Use as many characters as possible (minimum 10) because DOTween uses a fast scramble mode which gives better results with more characters.
Leave it to NULL (default) to use default ones
-
+
Tweens a Graphic's color to the given value,
in a way that allows other DOBlendableColor tweens to work together on the same target,
instead than fight each other as multiple DOColor would do.
Also stores the Graphic as the tween's target so it can be used for filtered operations
The value to tween toThe duration of the tween
-
+
Tweens a Image's color to the given value,
in a way that allows other DOBlendableColor tweens to work together on the same target,
instead than fight each other as multiple DOColor would do.
Also stores the Image as the tween's target so it can be used for filtered operations
The value to tween toThe duration of the tween
-
+
Tweens a Text's color BY the given value,
in a way that allows other DOBlendableColor tweens to work together on the same target,
instead than fight each other as multiple DOColor would do.
diff --git a/_DOTween.Assembly/bin/DOTween50.dll b/_DOTween.Assembly/bin/DOTween50.dll
index a9f726a..7ceefb0 100644
Binary files a/_DOTween.Assembly/bin/DOTween50.dll and b/_DOTween.Assembly/bin/DOTween50.dll differ
diff --git a/_DOTween.Assembly/bin/DOTween50.dll.mdb b/_DOTween.Assembly/bin/DOTween50.dll.mdb
index ac60455..a6058f9 100644
Binary files a/_DOTween.Assembly/bin/DOTween50.dll.mdb and b/_DOTween.Assembly/bin/DOTween50.dll.mdb differ
diff --git a/_DOTween.Assembly/bin/DOTween50.xml b/_DOTween.Assembly/bin/DOTween50.xml
index cb874db..5c9ddd3 100644
--- a/_DOTween.Assembly/bin/DOTween50.xml
+++ b/_DOTween.Assembly/bin/DOTween50.xml
@@ -4,20 +4,20 @@
DOTween50
-
+
Methods that extend known Unity objects and allow to directly create and control tweens from their instances.
These, as all DOTween50 methods, require Unity 5.0 or later.
-
+
Tweens an AudioMixer's exposed float to the given value.
Also stores the AudioMixer as the tween's target so it can be used for filtered operations.
Note that you need to manually expose a float in an AudioMixerGroup in order to be able to tween it from an AudioMixer.
Name given to the exposed float to set
The end value to reachThe duration of the tween
-
+
Completes all tweens that have this target as a reference
(meaning tweens that were started from this target, or that had this target added as an Id)
@@ -25,7 +25,7 @@
(meaning the tweens that don't have infinite loops and were not already complete)
-
+
Kills all tweens that have this target as a reference
(meaning tweens that were started from this target, or that had this target added as an Id)
@@ -33,14 +33,14 @@
If TRUE completes the tween before killing it
-
+
Flips the direction (backwards if it was going forward or viceversa) of all tweens that have this target as a reference
(meaning tweens that were started from this target, or that had this target added as an Id)
and returns the total number of tweens flipped.
-
+
Sends to the given position all tweens that have this target as a reference
(meaning tweens that were started from this target, or that had this target added as an Id)
@@ -50,49 +50,49 @@
(if higher than the whole tween duration the tween will simply reach its end)
If TRUE will play the tween after reaching the given position, otherwise it will pause it
-
+
Pauses all tweens that have this target as a reference
(meaning tweens that were started from this target, or that had this target added as an Id)
and returns the total number of tweens paused.
-
+
Plays all tweens that have this target as a reference
(meaning tweens that were started from this target, or that had this target added as an Id)
and returns the total number of tweens played.
-
+
Plays backwards all tweens that have this target as a reference
(meaning tweens that were started from this target, or that had this target added as an Id)
and returns the total number of tweens played.
-
+
Plays forward all tweens that have this target as a reference
(meaning tweens that were started from this target, or that had this target added as an Id)
and returns the total number of tweens played.
-
+
Restarts all tweens that have this target as a reference
(meaning tweens that were started from this target, or that had this target added as an Id)
and returns the total number of tweens restarted.
-
+
Rewinds all tweens that have this target as a reference
(meaning tweens that were started from this target, or that had this target added as an Id)
and returns the total number of tweens rewinded.
-
+
Toggles the paused state (plays if it was paused, pauses if it was playing) of all tweens that have this target as a reference
(meaning tweens that were started from this target, or that had this target added as an Id)
diff --git a/_DOTween.Assembly/bin/Editor/DOTweenEditor.dll b/_DOTween.Assembly/bin/Editor/DOTweenEditor.dll
index 37b527a..1dd974d 100644
Binary files a/_DOTween.Assembly/bin/Editor/DOTweenEditor.dll and b/_DOTween.Assembly/bin/Editor/DOTweenEditor.dll differ
diff --git a/_DOTween.Assembly/bin/Editor/DOTweenEditor.dll.mdb b/_DOTween.Assembly/bin/Editor/DOTweenEditor.dll.mdb
index 23512dd..27af835 100644
Binary files a/_DOTween.Assembly/bin/Editor/DOTweenEditor.dll.mdb and b/_DOTween.Assembly/bin/Editor/DOTweenEditor.dll.mdb differ