0.6.1: Fixed issue, where ui toolbar options weren't availabe in play mode
This commit is contained in:
parent
169d11a2dd
commit
2a875eda93
3 changed files with 3 additions and 3 deletions
|
|
@ -10,7 +10,7 @@ namespace Game.NavigationTool.Editor.Tools
|
|||
internal sealed class ToolUILayerToggle : IToolbarDrawer
|
||||
{
|
||||
public bool Visible => true;
|
||||
public bool Enabled => !EditorApplication.isPlayingOrWillChangePlaymode;
|
||||
public bool Enabled => true;
|
||||
public EToolbarPlacement Placement => EToolbarPlacement.Left;
|
||||
|
||||
public void Update()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue