Skip to content

Commit 563877b

Browse files
committed
delay call to install integration
1 parent 497b9e3 commit 563877b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Assets/FbxExporters/Editor/FbxExportSettings.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ public override void OnInspectorGUI() {
110110
"Install Unity Integration",
111111
"Install and configure the Unity integration for the selected 3D application so that you can import and export directly with this project.");
112112
if (GUILayout.Button (installIntegrationContent)) {
113-
FbxExporters.Editor.IntegrationsUI.InstallDCCIntegration ();
113+
EditorApplication.delayCall += FbxExporters.Editor.IntegrationsUI.InstallDCCIntegration;
114114
}
115115
EditorGUI.EndDisabledGroup ();
116116

0 commit comments

Comments
 (0)