1.8.2: Changed icon on scene loading toggle and added a create new scene button

This commit is contained in:
Anders Ejlersen 2023-03-14 19:59:02 +01:00
parent 38e771c549
commit de2745d68a
10 changed files with 134 additions and 19 deletions

View file

@ -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;