public static void ShowSerializationDebugger()
 {
     SerializationDebuggerWindow.ShowWindow();
 }
 private static void ComponentContextMenuItem(MenuCommand menuCommand)
 {
     SerializationDebuggerWindow.ShowWindow(menuCommand.context.GetType());
 }