From 1faca314def2b0ca9dcc2dfb2a04d62a10241b10 Mon Sep 17 00:00:00 2001 From: NoriDev Date: Wed, 11 Sep 2024 15:24:17 +0900 Subject: [PATCH] change: Added patch name to distinguish it from the original d4rkAvatarOptimizer. --- CHANGELOG_NRDV.md | 1 + Editor/d4rkAvatarOptimizerEditor.cs | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGELOG_NRDV.md b/CHANGELOG_NRDV.md index 2876101..e3665f7 100644 --- a/CHANGELOG_NRDV.md +++ b/CHANGELOG_NRDV.md @@ -10,3 +10,4 @@ Based on d4rkAvatarOptimizer version: 3.9.0 ### Changes - Separate `Keep MMD Blend Shapes` and `MMD Compatibility`. - This will allow you to keep FX layers compatible while clearing out unnecessary MMD Blend shapes. +- Added patch name to distinguish it from the original d4rkAvatarOptimizer. diff --git a/Editor/d4rkAvatarOptimizerEditor.cs b/Editor/d4rkAvatarOptimizerEditor.cs index f2f0ce7..87bbe10 100644 --- a/Editor/d4rkAvatarOptimizerEditor.cs +++ b/Editor/d4rkAvatarOptimizerEditor.cs @@ -53,7 +53,7 @@ public override void OnInspectorGUI() { EditorGUILayout.LabelField($"d4rk{(currentViewWidth > 350 ? "pl4y3r's" : "")} Avatar Optimizer", new GUIStyle(EditorStyles.label) { richText = true, alignment = TextAnchor.LowerCenter }); settingsRect = GUILayoutUtility.GetLastRect(); - EditorGUILayout.LabelField($"v{packageInfo.version}", EditorStyles.centeredGreyMiniLabel); + EditorGUILayout.LabelField($"v{packageInfo.version} | Custom by NoriDev", EditorStyles.centeredGreyMiniLabel); } settingsRect.width = 24;