mirror of
https://github.com/Cardidi/dotween-upm-fork.git
synced 2025-12-21 17:56:08 +08:00
[BUGFIX] Fixed DOTweenSettings being reset when Library is rebuilt
This commit is contained in:
parent
9fabddb030
commit
2b178f0848
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
@ -1,6 +1,6 @@
|
|||||||
fileFormatVersion: 2
|
fileFormatVersion: 2
|
||||||
guid: d3e15b806a8368742ba6f10e794d7b76
|
guid: d3e15b806a8368742ba6f10e794d7b76
|
||||||
timeCreated: 1543574303
|
timeCreated: 1545441841
|
||||||
licenseType: Pro
|
licenseType: Pro
|
||||||
TextureImporter:
|
TextureImporter:
|
||||||
fileIDToRecycleName: {}
|
fileIDToRecycleName: {}
|
||||||
|
|||||||
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.2.155"; // Last version before modules: 1.1.755
|
public static readonly string Version = "1.2.160"; // Last version before modules: 1.1.755
|
||||||
|
|
||||||
///////////////////////////////////////////////
|
///////////////////////////////////////////////
|
||||||
// Options ////////////////////////////////////
|
// Options ////////////////////////////////////
|
||||||
|
|||||||
@ -64,7 +64,8 @@ namespace DG.DOTweenEditor
|
|||||||
if (!dotweenImported) return;
|
if (!dotweenImported) return;
|
||||||
|
|
||||||
// Reapply modules
|
// Reapply modules
|
||||||
DOTweenUtilityWindowModules.ApplyModulesSettings();
|
EditorUtils.DelayedCall(1f, DOTweenUtilityWindowModules.ApplyModulesSettings);
|
||||||
|
// DOTweenUtilityWindowModules.ApplyModulesSettings();
|
||||||
|
|
||||||
// // Delete old DOTween files
|
// // Delete old DOTween files
|
||||||
// EditorUtils.DeleteLegacyNoModulesDOTweenFiles();
|
// EditorUtils.DeleteLegacyNoModulesDOTweenFiles();
|
||||||
|
|||||||
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