Skip to content

Commit 75f07f5

Browse files
authored
Remove SceneDumper and "Dump obj" button (#73)
Was replaced by ObjectDumper. Dump objects by right clicking them now.
1 parent 4a0c31d commit 75f07f5

2 files changed

Lines changed: 0 additions & 66 deletions

File tree

‎RuntimeUnityEditor/Utils/SceneDumper.cs‎

Lines changed: 0 additions & 62 deletions
This file was deleted.

‎RuntimeUnityEditor/Windows/ObjectTree/ObjectTreeViewer.cs‎

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -557,10 +557,6 @@ private void DisplayTreeSearchBox()
557557

558558
GUILayout.Space(3);
559559

560-
if (SelectedTransform == null) GUI.enabled = false;
561-
if (GUILayout.Button("Dump obj", GUILayout.ExpandWidth(false)))
562-
SceneDumper.DumpObjects(SelectedTransform?.gameObject);
563-
GUI.enabled = true;
564560
}
565561
GUILayout.EndHorizontal();
566562

0 commit comments

Comments
 (0)