diff --git a/Assets/Scripts/LevelEditor/Editor.cs b/Assets/Scripts/LevelEditor/Editor.cs index 46ae9194c..5c3791633 100644 --- a/Assets/Scripts/LevelEditor/Editor.cs +++ b/Assets/Scripts/LevelEditor/Editor.cs @@ -417,8 +417,9 @@ namespace HeavenStudio.Editor { var extensions = new[] { - new ExtensionFilter("Heaven Studio Remix File", new string[] { "riq" }), - new ExtensionFilter("Legacy Heaven Studio Remix", new string[] { "tengoku", "rhmania" }) + new ExtensionFilter("All Supported Files ", new string[] { "riq", "tengoku", "rhmania" }), + new ExtensionFilter("Heaven Studio Remix File ", new string[] { "riq" }), + new ExtensionFilter("Legacy Heaven Studio Remix ", new string[] { "tengoku", "rhmania" }) }; StandaloneFileBrowser.OpenFilePanelAsync("Open Remix", "", extensions, false, (string[] paths) =>