Skip to content

Commit

Permalink
Moved export menu to Window menu.
Browse files Browse the repository at this point in the history
So a menu is not created just for Sketchfab in Unity.
  • Loading branch information
zqsd committed Jan 20, 2014
1 parent 06293a1 commit 6e2212d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Assets/External Tools/Exporter/EditorSketchfabExporter.cs
Original file line number Diff line number Diff line change
Expand Up @@ -322,7 +322,7 @@ private static bool CreateTargetFolder()
return true;
}

[MenuItem ("Custom/Export/Export to Sketchfab")]
[MenuItem ("Window/Export to Sketchfab")]
static void ExportToSketchfab()
{
ScriptableWizard.DisplayWizard("Sketchfab export parameters...", typeof(EditorSketchfabExporter), "Cancel", "Upload");
Expand Down

0 comments on commit 6e2212d

Please sign in to comment.