Closed BattlehubCode closed 1 year ago
@Battlehub0x Is it possible to hide the Play button and if so how can this be done please?
Something like this maybe or another way?
/// Hide existing menu item
[MenuCommand("MenuHelp/About RTE", hide: true)]
public static void HideAbout() { }
Yes, create prefab variant of ToolsView
Disable "Play" toggle
And use ToolsView Variant instead of ToolsView
Yes it is possible:
namespace MyNamespace { public class OverrideToolsPanel : LayoutExtension { [SerializeField] public RectTransform m_toolsPrefab;
}