Skip to content

Commit

Permalink
Changed Menu Location for Settings.
Browse files Browse the repository at this point in the history
  • Loading branch information
BluWizard10 committed Aug 12, 2024
1 parent 6fe0762 commit 13bd659
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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...
Expand Down
2 changes: 1 addition & 1 deletion Editor/BluHierarchy.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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<BluHierarchySettingsWindow>("BluHierarchy Settings");
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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.",
Expand Down

0 comments on commit 13bd659

Please sign in to comment.