File tree 3 files changed +3
-3
lines changed
3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 2
2
3
3
This Unity Editor Extensions create script folders (Editor, Runtime, and each Tests) containing assembly definition file (.asmdef).
4
4
5
- When opening the context menu and select ** Create | Script Folders with Tests** ,
5
+ When opening the context menu and select ** Create | C# Script Folders with Tests** ,
6
6
The root folder (e.g., named "MyFeature") and below will be created as follows.
7
7
8
8
```
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ namespace CreateScriptFoldersWithTests.Editor
9
9
{
10
10
public static class CreateScriptFoldersWithTestsMenu
11
11
{
12
- [ MenuItem ( "Assets/Create/Script Folders with Tests" ) ]
12
+ [ MenuItem ( "Assets/Create/C# Script Folders with Tests" ) ]
13
13
private static void CreateFeatureFolderWithTestsMenuItem ( )
14
14
{
15
15
ProjectWindowUtil . StartNameEditingIfProjectWindowExists (
Original file line number Diff line number Diff line change 4
4
5
5
This Unity Editor Extensions create script folders (Editor, Runtime, and each Tests) containing assembly definition file (.asmdef).
6
6
7
- When opening the context menu and select ** Create | Script Folders with Tests** ,
7
+ When opening the context menu and select ** Create | C# Script Folders with Tests** ,
8
8
The root folder (e.g., named "MyFeature") and below will be created as follows.
9
9
10
10
```
You can’t perform that action at this time.
0 commit comments