1.8.2: Changed icon on scene loading toggle and added a create new scene button
This commit is contained in:
parent
38e771c549
commit
de2745d68a
10 changed files with 134 additions and 19 deletions
|
|
@ -32,7 +32,7 @@ namespace Module.NavigationTool.Editor.Toolbar
|
|||
get => EditorPrefs.GetBool(PREF_SCENE_PICKER_LOAD_SET_AS_ADDITIVE_KEY, false);
|
||||
set => EditorPrefs.SetBool(PREF_SCENE_PICKER_LOAD_SET_AS_ADDITIVE_KEY, value);
|
||||
}
|
||||
|
||||
|
||||
private ReorderableList assetLabelList;
|
||||
private List<string> assetLabels;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue