Skip to content

Commit 37b85f8

Browse files
authored
Merge pull request #318 from Unity-Technologies/UNI-39674-fix-export-anim-only-menuname
UNI-39674 add ... to export animation only menu item
2 parents e3167f6 + 9cb0ed5 commit 37b85f8

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
@@ -86,7 +86,7 @@ public class ModelExporter : System.IDisposable
8686
const string ClipMenuItemName = "GameObject/Export All Timeline Clips...";
8787
const string TimelineClipMenuItemName = "GameObject/Export Selected Timeline Clip...";
8888

89-
const string AnimOnlyMenuItemName = "GameObject/Export Animation Only";
89+
const string AnimOnlyMenuItemName = "GameObject/Export Animation Only...";
9090

9191
const string FileBaseName = "Untitled";
9292

0 commit comments

Comments
 (0)