You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
if(GUILayout.Button(newGUIContent("...","Browse to a new installation path for 3D application integrations"),EditorStyles.miniButton,GUILayout.Width(BrowseButtonWidth)))
varunzipFolder=EditorUtility.OpenFolderPanel(string.Format("Select Location to Save {0} Integration",dcc.DccDisplayName),EditorTools.ExportSettings.GetIntegrationSavePath(),"");
747
+
if(string.IsNullOrEmpty(unzipFolder))
748
+
{
749
+
// user has cancelled, do nothing
750
+
returnfalse;
751
+
}
747
752
748
753
// check that this is a valid location to unzip the file
0 commit comments