Skip to content
This repository was archived by the owner on May 9, 2023. It is now read-only.

Commit 44f54d9

Browse files
committed
3.1.4
1 parent 3b4ea31 commit 44f54d9

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

src/ExplorerCore.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ namespace UnityExplorer
1616
public class ExplorerCore
1717
{
1818
public const string NAME = "UnityExplorer";
19-
public const string VERSION = "3.1.3";
19+
public const string VERSION = "3.1.4";
2020
public const string AUTHOR = "Sinai";
2121
public const string GUID = "com.sinai.unityexplorer";
2222
public const string EXPLORER_FOLDER = @"Mods\UnityExplorer";

src/UI/Modules/SearchPage.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -229,6 +229,7 @@ internal void RefreshSceneDropdown()
229229
}
230230

231231
m_sceneDropdown.transform.Find("Label").GetComponent<Text>().text = "Any";
232+
m_sceneFilter = SceneFilter.Any;
232233
}
233234

234235
// ~~~~~ UI Callbacks ~~~~~

0 commit comments

Comments
 (0)