Skip to content

Commit

Permalink
Mod context menu label
Browse files Browse the repository at this point in the history
  • Loading branch information
nowsprinting committed Jul 4, 2021
1 parent 09610aa commit ec7b8be
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Documentation~/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

This Unity Editor Extensions create script folders (Editor, Runtime, and each Tests) containing assembly definition file (.asmdef).

When opening the context menu and select **Create | Script Folders with Tests**,
When opening the context menu and select **Create | C# Script Folders with Tests**,
The root folder (e.g., named "MyFeature") and below will be created as follows.

```
Expand Down
2 changes: 1 addition & 1 deletion Editor/CreateScriptFoldersWithTestsMenu.cs
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ namespace CreateScriptFoldersWithTests.Editor
{
public static class CreateScriptFoldersWithTestsMenu
{
[MenuItem("Assets/Create/Script Folders with Tests")]
[MenuItem("Assets/Create/C# Script Folders with Tests")]
private static void CreateFeatureFolderWithTestsMenuItem()
{
ProjectWindowUtil.StartNameEditingIfProjectWindowExists(
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

This Unity Editor Extensions create script folders (Editor, Runtime, and each Tests) containing assembly definition file (.asmdef).

When opening the context menu and select **Create | Script Folders with Tests**,
When opening the context menu and select **Create | C# Script Folders with Tests**,
The root folder (e.g., named "MyFeature") and below will be created as follows.

```
Expand Down

0 comments on commit ec7b8be

Please sign in to comment.