Replace X in icon marketplace upload section

This commit is contained in:
2025-08-24 21:51:09 -07:00
parent 04b0ee3201
commit 9817635376
5 changed files with 147 additions and 160 deletions

View File

@@ -15,7 +15,7 @@ public class IconMarketplaceManager : MonoBehaviour
public Button uploadButton;
public TMP_Text coinText;
void Awake()
void Start()
{
downloadButton.onClick.AddListener(() => SwitchPanel(1));
#if !UNITY_STANDALONE_OSX && !UNITY_STANDALONE_WIN && !UNITY_STANDALONE_LINUX && !UNITY_EDITOR