This commit is contained in:
SoulliesOfficial
2026-05-27 15:15:28 -04:00
parent 76f498ae2b
commit 72756712f7
669 changed files with 5361 additions and 12268 deletions

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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