We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 497b9e3 + 563877b commit 0688af8Copy full SHA for 0688af8
Assets/FbxExporters/Editor/FbxExportSettings.cs
@@ -110,7 +110,7 @@ public override void OnInspectorGUI() {
110
"Install Unity Integration",
111
"Install and configure the Unity integration for the selected 3D application so that you can import and export directly with this project.");
112
if (GUILayout.Button (installIntegrationContent)) {
113
- FbxExporters.Editor.IntegrationsUI.InstallDCCIntegration ();
+ EditorApplication.delayCall += FbxExporters.Editor.IntegrationsUI.InstallDCCIntegration;
114
}
115
EditorGUI.EndDisabledGroup ();
116
0 commit comments