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 ccb46b5 commit 217a65eCopy full SHA for 217a65e
Assets/FbxExporters/Editor/ConvertToPrefabEditorWindow.cs
@@ -100,11 +100,6 @@ protected override bool Export ()
100
var prefabDirPath = ExportSettings.GetPrefabAbsoluteSavePath ();
101
var prefabPath = System.IO.Path.Combine (prefabDirPath, m_prefabFileName + ".prefab");
102
103
- // check if file already exists, give a warning if it does
104
- if (!OverwriteExistingFile (fbxPath) || !OverwriteExistingFile (prefabPath)) {
105
- return false;
106
- }
107
-
108
if (ToExport == null) {
109
Debug.LogError ("FbxExporter: missing object for conversion");
110
return false;
0 commit comments