Closed Hudson1212 closed 6 years ago
Hi, are you sure that's UMA? "StoreActions.cs" is not a file in the UMA package.
Looks like this is part of this HexStrategy code.
https://github.com/swayamz/hexstrategy-mobile-app/blob/master/StoreActions.cs
Closing.
Messagem de Erro: Assets/Store/StoreActions.cs(76,27): error CS0619:
UnityEngine.Application.isWebPlayer' is obsolete:
This property is deprecated and will be removed in a future version of Unity, Webplayer support has been removed since Unity 5.4' Versão do unity: 2018.1.5f1 Código com erro: ... else if (Application.isWebPlayer) { Application.ExternalEval ("window.open('" + checkoutUrl + "','_blank')"); ...