1
0
mirror of https://github.com/Cardidi/dotween-upm-fork.git synced 2025-12-21 09:46:04 +08:00

[BUGFIX] Fixed DOTweenSettings being reset when Library is rebuilt

This commit is contained in:
Demigiant 2018-12-24 14:10:19 +01:00
parent 9fabddb030
commit 2b178f0848
16 changed files with 4 additions and 3 deletions

View File

@ -1,6 +1,6 @@
fileFormatVersion: 2 fileFormatVersion: 2
guid: d3e15b806a8368742ba6f10e794d7b76 guid: d3e15b806a8368742ba6f10e794d7b76
timeCreated: 1543574303 timeCreated: 1545441841
licenseType: Pro licenseType: Pro
TextureImporter: TextureImporter:
fileIDToRecycleName: {} fileIDToRecycleName: {}

View File

@ -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 ////////////////////////////////////

View File

@ -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.