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 e69e071 commit 6b5c480Copy full SHA for 6b5c480
Assets/FbxExporters/Editor/FbxExporter.cs
@@ -1007,7 +1007,7 @@ public int ExportAll (IEnumerable<UnityEngine.Object> unityExportSet)
1007
fbxSceneInfo.mRevision = "1.0";
1008
fbxSceneInfo.mKeywords = Keywords;
1009
fbxSceneInfo.mComment = Comments;
1010
- fbxSceneInfo.Original_ApplicationName.Set(string.Format("Unity {0} Plugin", PACKAGE_UI_NAME));
+ fbxSceneInfo.Original_ApplicationName.Set(string.Format("Unity {0}", PACKAGE_UI_NAME));
1011
// set last saved to be the same as original, as this is a new file.
1012
fbxSceneInfo.LastSaved_ApplicationName.Set(fbxSceneInfo.Original_ApplicationName.Get());
1013
0 commit comments