UI调整
This commit is contained in:
@@ -14,7 +14,7 @@ namespace MagicaCloth2
|
||||
[SerializeField]
|
||||
private Texture2D image = null;
|
||||
|
||||
public const string MagicaClothVersion = "2.17.0";
|
||||
public const string MagicaClothVersion = "2.18.1";
|
||||
|
||||
public static AboutMenu AboutWindow { get; set; }
|
||||
private const float windowWidth = 300;
|
||||
|
||||
@@ -15,6 +15,6 @@ AssetOrigin:
|
||||
serializedVersion: 1
|
||||
productId: 242307
|
||||
packageName: Magica Cloth 2
|
||||
packageVersion: 2.17.0
|
||||
packageVersion: 2.18.1
|
||||
assetPath: Assets/OtherPlugins/MagicaCloth2/Scripts/Editor/EditorExtension/AboutMenu.cs
|
||||
uploadId: 829902
|
||||
uploadId: 893596
|
||||
|
||||
@@ -13,6 +13,6 @@ AssetOrigin:
|
||||
serializedVersion: 1
|
||||
productId: 242307
|
||||
packageName: Magica Cloth 2
|
||||
packageVersion: 2.17.0
|
||||
packageVersion: 2.18.1
|
||||
assetPath: Assets/OtherPlugins/MagicaCloth2/Scripts/Editor/EditorExtension/CheckSliderSerializeDataDrawer.cs
|
||||
uploadId: 829902
|
||||
uploadId: 893596
|
||||
|
||||
@@ -13,6 +13,6 @@ AssetOrigin:
|
||||
serializedVersion: 1
|
||||
productId: 242307
|
||||
packageName: Magica Cloth 2
|
||||
packageVersion: 2.17.0
|
||||
packageVersion: 2.18.1
|
||||
assetPath: Assets/OtherPlugins/MagicaCloth2/Scripts/Editor/EditorExtension/CurveSerializeDataDrawer.cs
|
||||
uploadId: 829902
|
||||
uploadId: 893596
|
||||
|
||||
@@ -16,10 +16,19 @@ namespace MagicaCloth2
|
||||
|
||||
static DrawIconInHierarchy()
|
||||
{
|
||||
#if UNITY_6000_4_OR_NEWER
|
||||
EditorApplication.hierarchyWindowItemByEntityIdOnGUI += DrawIcon;
|
||||
#else
|
||||
EditorApplication.hierarchyWindowItemOnGUI += DrawIcon;
|
||||
#endif
|
||||
}
|
||||
|
||||
//static void DrawIcon(int instanceId, Rect rect)
|
||||
#if UNITY_6000_4_OR_NEWER
|
||||
static void DrawIcon(EntityId instanceId, Rect rect)
|
||||
#else
|
||||
static void DrawIcon(int instanceId, Rect rect)
|
||||
#endif
|
||||
{
|
||||
rect.width = iconSize;
|
||||
#if UNITY_6000_3_OR_NEWER
|
||||
|
||||
@@ -13,6 +13,6 @@ AssetOrigin:
|
||||
serializedVersion: 1
|
||||
productId: 242307
|
||||
packageName: Magica Cloth 2
|
||||
packageVersion: 2.17.0
|
||||
packageVersion: 2.18.1
|
||||
assetPath: Assets/OtherPlugins/MagicaCloth2/Scripts/Editor/EditorExtension/DrawIconInHierarchy.cs
|
||||
uploadId: 829902
|
||||
uploadId: 893596
|
||||
|
||||
@@ -13,6 +13,6 @@ AssetOrigin:
|
||||
serializedVersion: 1
|
||||
productId: 242307
|
||||
packageName: Magica Cloth 2
|
||||
packageVersion: 2.17.0
|
||||
packageVersion: 2.18.1
|
||||
assetPath: Assets/OtherPlugins/MagicaCloth2/Scripts/Editor/EditorExtension/MenuItemScript.cs
|
||||
uploadId: 829902
|
||||
uploadId: 893596
|
||||
|
||||
@@ -13,6 +13,6 @@ AssetOrigin:
|
||||
serializedVersion: 1
|
||||
productId: 242307
|
||||
packageName: Magica Cloth 2
|
||||
packageVersion: 2.17.0
|
||||
packageVersion: 2.18.1
|
||||
assetPath: Assets/OtherPlugins/MagicaCloth2/Scripts/Editor/EditorExtension/SharePreBuildDataDrawer.cs
|
||||
uploadId: 829902
|
||||
uploadId: 893596
|
||||
|
||||
Reference in New Issue
Block a user