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 9eef3da commit c35952aCopy full SHA for c35952a
Assets/FbxExporters/Editor/FbxExporter.cs
@@ -2753,7 +2753,6 @@ private static void OnExport ()
2753
: System.IO.Path.GetDirectoryName (LastFilePath);
2754
2755
GameObject [] selectedGOs = Selection.GetFiltered<GameObject> (SelectionMode.TopLevel);
2756
- GameObject[] selectedGOs = Selection.GetFiltered<GameObject> (SelectionMode.TopLevel);
2757
string filename = null;
2758
if (selectedGOs.Length == 1) {
2759
filename = ConvertToValidFilename (selectedGOs [0].name + ".fbx");
0 commit comments