Skip to content

Commit 0688af8

Browse files
authored
Merge pull request #351 from Unity-Technologies/UNI-41968-fix-export-settings-mac-error
UNI-41968 fix install integration Mac error
2 parents 497b9e3 + 563877b commit 0688af8

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)