void OnDisable() { OverlayMenu.SetKeepAlive(false); }
void OnEnable() { titleContent = GetLocalizedTitleContent(); OverlayMenu.SetKeepAlive(true); }