mirror of
https://github.com/Cardidi/dotween-upm-fork.git
synced 2025-12-20 09:16:02 +08:00
LogBehaviour is now set to Default (warnings and errors) by default
This commit is contained in:
parent
cd788b0d9e
commit
0ea3c4bf19
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.
@ -17,7 +17,7 @@ namespace DG.Tweening.Core
|
||||
public float maxSmoothUnscaledTime = 0.15f; // Used if useSmoothDeltaTime is TRUE
|
||||
public RewindCallbackMode rewindCallbackMode = RewindCallbackMode.FireIfPositionChanged;
|
||||
public bool showUnityEditorReport;
|
||||
public LogBehaviour logBehaviour = LogBehaviour.ErrorsOnly;
|
||||
public LogBehaviour logBehaviour = LogBehaviour.Default;
|
||||
public bool drawGizmos = true;
|
||||
public bool defaultRecyclable;
|
||||
public AutoPlay defaultAutoPlay = AutoPlay.All;
|
||||
|
||||
@ -32,7 +32,7 @@ namespace DG.Tweening
|
||||
public class DOTween
|
||||
{
|
||||
/// <summary>DOTween's version</summary>
|
||||
public static readonly string Version = "1.1.675";
|
||||
public static readonly string Version = "1.1.680";
|
||||
|
||||
///////////////////////////////////////////////
|
||||
// Options ////////////////////////////////////
|
||||
|
||||
Binary file not shown.
Binary file not shown.
Loading…
x
Reference in New Issue
Block a user