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.
1 parent 945d5c6 commit 4a9c644Copy full SHA for 4a9c644
Assets/FbxExporters/Editor/ExportModelEditorWindow.cs
@@ -534,7 +534,7 @@ protected override bool Export(){
534
if (string.IsNullOrEmpty (m_exportFileName)) {
535
Debug.LogError ("FbxExporter: Please specify an fbx filename");
536
return false;
537
-
+ }
538
var folderPath = ExportSettings.GetFbxAbsoluteSavePath ();
539
var filePath = System.IO.Path.Combine (folderPath, m_exportFileName + ".fbx");
540
0 commit comments