1
0
mirror of https://github.com/Cardidi/dotween-upm-fork.git synced 2025-12-20 01:06:02 +08:00

[BUGFIX] Fix for DOTween Utility Panel not showing all elements in Unity 2019.3beta

This commit is contained in:
Demigiant 2019-09-24 13:08:54 +02:00
parent bf41153d38
commit 9a96324fa8
14 changed files with 2 additions and 2 deletions

View File

@ -34,7 +34,7 @@ namespace DG.Tweening
public class DOTween
{
/// <summary>DOTween's version</summary>
public static readonly string Version = "1.2.275"; // Last version before modules: 1.1.755
public static readonly string Version = "1.2.280"; // Last version before modules: 1.1.755
///////////////////////////////////////////////
// Options ////////////////////////////////////

View File

@ -16,7 +16,7 @@ namespace DG.DOTweenEditor.UI
static void ShowWindow() { Open(); }
const string _Title = "DOTween Utility Panel";
static readonly Vector2 _WinSize = new Vector2(370,510);
static readonly Vector2 _WinSize = new Vector2(370,600);
public const string Id = "DOTweenVersion";
public const string IdPro = "DOTweenProVersion";
static readonly float _HalfBtSize = _WinSize.x * 0.5f - 6;

Binary file not shown.