1
0
mirror of https://github.com/Cardidi/dotween-upm-fork.git synced 2025-12-21 01:36:05 +08:00

LogBehaviour is now set to Default (warnings and errors) by default

This commit is contained in:
Demigiant 2017-12-01 12:46:25 +01:00
parent cd788b0d9e
commit 0ea3c4bf19
11 changed files with 2 additions and 2 deletions

View File

@ -17,7 +17,7 @@ namespace DG.Tweening.Core
public float maxSmoothUnscaledTime = 0.15f; // Used if useSmoothDeltaTime is TRUE public float maxSmoothUnscaledTime = 0.15f; // Used if useSmoothDeltaTime is TRUE
public RewindCallbackMode rewindCallbackMode = RewindCallbackMode.FireIfPositionChanged; public RewindCallbackMode rewindCallbackMode = RewindCallbackMode.FireIfPositionChanged;
public bool showUnityEditorReport; public bool showUnityEditorReport;
public LogBehaviour logBehaviour = LogBehaviour.ErrorsOnly; public LogBehaviour logBehaviour = LogBehaviour.Default;
public bool drawGizmos = true; public bool drawGizmos = true;
public bool defaultRecyclable; public bool defaultRecyclable;
public AutoPlay defaultAutoPlay = AutoPlay.All; public AutoPlay defaultAutoPlay = AutoPlay.All;

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.1.675"; public static readonly string Version = "1.1.680";
/////////////////////////////////////////////// ///////////////////////////////////////////////
// Options //////////////////////////////////// // Options ////////////////////////////////////

Binary file not shown.