1.7.0: Added option to sort scenes by asset labels
This commit is contained in:
parent
d9e62f6589
commit
cceef7bb7e
9 changed files with 136 additions and 21 deletions
|
|
@ -20,7 +20,11 @@ namespace Module.NavigationTool.Editor.Toolbar
|
|||
get => EditorPrefs.GetBool(PREF_IS_BUILD_AND_RUN_ENABLED, true);
|
||||
set => EditorPrefs.SetBool(PREF_IS_BUILD_AND_RUN_ENABLED, value);
|
||||
}
|
||||
|
||||
|
||||
public void Initialize()
|
||||
{
|
||||
}
|
||||
|
||||
public void Draw()
|
||||
{
|
||||
IsBuildEnabled = EditorGUILayout.Toggle("Enable Build Target picker", IsBuildEnabled);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue