Skip to content

Commit 45eb1c3

Browse files
lejeanfclaude
andcommitted
chore(menu): move editor menus under Tools/Jeanf (v1.4.0)
All package menu items now live under the shared Tools/Jeanf/ submenu (Tools/Jeanf/<PackageName>/...), including doc and log-message references. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
1 parent eab4b6f commit 45eb1c3

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

Runtime/ValidationTools/ValidationConsoleLogger.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ static ValidationConsoleLogger()
2626
};
2727
}
2828

29-
[MenuItem("Tools/propertyDrawer/Scan Open Scenes")]
29+
[MenuItem("Tools/Jeanf/propertyDrawer/Scan Open Scenes")]
3030
public static void ScanOpenScenes()
3131
{
3232
Issues.Clear();

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name":"fr.jeanf.propertydrawer",
3-
"version":"1.3.0",
3+
"version": "1.4.0",
44
"displayName":"Property drawer",
55
"description":"This package helps hiding certain properties from the inspector using conditions",
66
"unity": "2021.3",
@@ -12,7 +12,7 @@
1212
"event system"
1313
],
1414
"author":{
15-
"name":"Jean-François Robin",
15+
"name":"Jean-François Robin",
1616
"email":"robin.jeanfrancois@gmail.com",
1717
"url":"https://jeanfrancoisrobin.art"
1818
},

0 commit comments

Comments
 (0)