From 13bd65933d85e4a2fb9f17198217724f0c67ab46 Mon Sep 17 00:00:00 2001 From: BluWizard10 <17975114+BluWizard10@users.noreply.github.com> Date: Mon, 12 Aug 2024 00:59:40 -0700 Subject: [PATCH] Changed Menu Location for Settings. --- CHANGELOG.md | 3 +++ Editor/BluHierarchy.cs | 2 +- package.json | 2 +- 3 files changed, 5 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2bbe1a5..94a2ae9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,6 @@ +# v1.0.1 +- Changed Menu Settings location to it's own dedicated area in the Unity Menu Bar, instead of inside `Tools`. + # v1.0.0 - Now going 1.0! Package was also renamed to coincide with the other Packages. - Re-designed icons for VRC Constraint Components for visual clarity and to better differentiate between Unity vs VRC Constraints. The other ones were kind of messy to begin with... diff --git a/Editor/BluHierarchy.cs b/Editor/BluHierarchy.cs index 2997bae..a3e8316 100644 --- a/Editor/BluHierarchy.cs +++ b/Editor/BluHierarchy.cs @@ -87,7 +87,7 @@ public static Texture2D GetCustomIcon(System.Type componentType) //--------- SETTINGS ---------- public class BluHierarchySettingsWindow : EditorWindow { - [MenuItem("Tools/BluWizard LABS/BluHierarchy Settings")] + [MenuItem("BluWizard LABS/BluHierarchy Settings")] public static void ShowWindow() { GetWindow("BluHierarchy Settings"); diff --git a/package.json b/package.json index 2da593b..ec22882 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "net.bluwizard.hierarchy", - "version": "1.0.0", + "version": "1.0.1", "displayName": "BluWizard LABS - Enhanced Hierarchy System", "unity": "2019.4", "description": "Blu's personal editor enhancement system that introduces an improved Hierarchy look, tailored made for VRChat Creators.",