Another issue but with upload panel
This commit is contained in:
@@ -1,3 +1,4 @@
|
|||||||
|
using SimpleFileBrowser;
|
||||||
using TMPro;
|
using TMPro;
|
||||||
using UnityEngine;
|
using UnityEngine;
|
||||||
using UnityEngine.InputSystem;
|
using UnityEngine.InputSystem;
|
||||||
@@ -76,6 +77,7 @@ public class IconMarketplaceManager : MonoBehaviour
|
|||||||
if (Keyboard.current.escapeKey.wasPressedThisFrame)
|
if (Keyboard.current.escapeKey.wasPressedThisFrame)
|
||||||
{
|
{
|
||||||
if (downloadPanelScript.optionsPanel.activeSelf) downloadPanelScript.optionsPanelSubmitButton.onClick.Invoke();
|
if (downloadPanelScript.optionsPanel.activeSelf) downloadPanelScript.optionsPanelSubmitButton.onClick.Invoke();
|
||||||
|
else if (uploadPanel.activeSelf && FileBrowser.IsOpen) return;
|
||||||
else if (downloadPanel.activeSelf || uploadPanel.activeSelf) SwitchPanel(0);
|
else if (downloadPanel.activeSelf || uploadPanel.activeSelf) SwitchPanel(0);
|
||||||
else await SceneManager.LoadSceneAsync("MainMenu");
|
else await SceneManager.LoadSceneAsync("MainMenu");
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user