Skip to content

Commit ad7cde0

Browse files
author
Jiang Yin
committed
修改Debugger
1 parent a7ff7ea commit ad7cde0

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Scripts/Runtime/Debugger/DebuggerComponent.PathInformationWindow.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@ protected override void OnDrawScrollableWindow()
2121
GUILayout.BeginVertical("box");
2222
{
2323
DrawItem("Current Directory", Utility.Path.GetRegularPath(Environment.CurrentDirectory));
24-
DrawItem("System Directory", Utility.Path.GetRegularPath(Environment.SystemDirectory));
2524
DrawItem("Data Path", Utility.Path.GetRegularPath(Application.dataPath));
2625
DrawItem("Persistent Data Path", Utility.Path.GetRegularPath(Application.persistentDataPath));
2726
DrawItem("Streaming Assets Path", Utility.Path.GetRegularPath(Application.streamingAssetsPath));

0 commit comments

Comments
 (0)