mirror of
https://github.com/Cardidi/dotween-upm-fork.git
synced 2025-12-20 09:16:02 +08:00
Fixed incorrect number of removed files being reported after DOTween Setup
This commit is contained in:
parent
4daa432005
commit
417bac736f
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
@ -32,7 +32,7 @@ namespace DG.Tweening
|
|||||||
public class DOTween
|
public class DOTween
|
||||||
{
|
{
|
||||||
/// <summary>DOTween's version</summary>
|
/// <summary>DOTween's version</summary>
|
||||||
public static readonly string Version = "1.0.700";
|
public static readonly string Version = "1.0.705";
|
||||||
|
|
||||||
///////////////////////////////////////////////
|
///////////////////////////////////////////////
|
||||||
// Options ////////////////////////////////////
|
// Options ////////////////////////////////////
|
||||||
|
|||||||
@ -111,7 +111,6 @@ namespace DG.DOTweenEditor
|
|||||||
if (leftoverAddonFiles.Length > 0) {
|
if (leftoverAddonFiles.Length > 0) {
|
||||||
EditorUtility.DisplayProgressBar(_Title, "Removing " + leftoverAddonFiles.Length + " unused additional meta files...", 0.75f);
|
EditorUtility.DisplayProgressBar(_Title, "Removing " + leftoverAddonFiles.Length + " unused additional meta files...", 0.75f);
|
||||||
foreach (string leftoverAddonFile in leftoverAddonFiles) {
|
foreach (string leftoverAddonFile in leftoverAddonFiles) {
|
||||||
totRemoved++;
|
|
||||||
File.Delete(leftoverAddonFile);
|
File.Delete(leftoverAddonFile);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@ -120,7 +119,6 @@ namespace DG.DOTweenEditor
|
|||||||
if (leftoverAddonFiles.Length > 0) {
|
if (leftoverAddonFiles.Length > 0) {
|
||||||
EditorUtility.DisplayProgressBar(_Title, "Removing " + leftoverAddonFiles.Length + " unused additional meta files...", 0.75f);
|
EditorUtility.DisplayProgressBar(_Title, "Removing " + leftoverAddonFiles.Length + " unused additional meta files...", 0.75f);
|
||||||
foreach (string leftoverAddonFile in leftoverAddonFiles) {
|
foreach (string leftoverAddonFile in leftoverAddonFiles) {
|
||||||
totRemoved++;
|
|
||||||
File.Delete(leftoverAddonFile);
|
File.Delete(leftoverAddonFile);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Loading…
x
Reference in New Issue
Block a user