Skip to content

Commit 6b5c480

Browse files
committed
remove plugin from appname
1 parent e69e071 commit 6b5c480

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Assets/FbxExporters/Editor/FbxExporter.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1007,7 +1007,7 @@ public int ExportAll (IEnumerable<UnityEngine.Object> unityExportSet)
10071007
fbxSceneInfo.mRevision = "1.0";
10081008
fbxSceneInfo.mKeywords = Keywords;
10091009
fbxSceneInfo.mComment = Comments;
1010-
fbxSceneInfo.Original_ApplicationName.Set(string.Format("Unity {0} Plugin", PACKAGE_UI_NAME));
1010+
fbxSceneInfo.Original_ApplicationName.Set(string.Format("Unity {0}", PACKAGE_UI_NAME));
10111011
// set last saved to be the same as original, as this is a new file.
10121012
fbxSceneInfo.LastSaved_ApplicationName.Set(fbxSceneInfo.Original_ApplicationName.Get());
10131013

0 commit comments

Comments
 (0)