Skip to content

Commit 3903bc1

Browse files
committed
menu name change
1 parent d2d0eec commit 3903bc1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

com.unity.perception/Editor/Visualizer/VisualizerInstaller.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -184,7 +184,7 @@ static int ExecuteCmd(string command, ref int exitCode, ref string output, int w
184184
return 0;
185185
}
186186

187-
[MenuItem("Window/Visualizer/Open")]
187+
[MenuItem("Window/Dataset Visualizer/Open")]
188188
public static async Task RunVisualizerButton()
189189
{
190190
var project = Application.dataPath;
@@ -679,7 +679,7 @@ internal ProcessPort(int processId, int portNumber)
679679
public int PortNumber { get; }
680680
}
681681

682-
[MenuItem("Window/Visualizer/Check For Updates")]
682+
[MenuItem("Window/Dataset Visualizer/Check For Updates")]
683683
static async Task CheckForUpdates()
684684
{
685685
var project = Application.dataPath;

0 commit comments

Comments
 (0)