Skip to content

Commit 1de65e6

Browse files
authored
Merge pull request #83 from ChainSafe/web3mobile-to-web3wallet
change name to web3wallet
2 parents db9ff70 + a1cc48b commit 1de65e6

3 files changed

Lines changed: 2 additions & 2 deletions

File tree

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
public class Web3Wallet
66
{
7-
#if UNITY_ANDROID && UNITY_IOS
7+
#if (UNITY_ANDROID || UNITY_IOS) && !UNITY_EDITOR
88
private static string url = "https://metamask.app.link/dapp/chainsafe.github.io/game-web3wallet/";
99
#else
1010
private static string url = "https://chainsafe.github.io/game-web3wallet/";
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
using UnityEngine;
44
using UnityEngine.SceneManagement;
55

6-
public class MobileLogin : MonoBehaviour
6+
public class WalletLogin: MonoBehaviour
77
{
88
async public void OnLogin()
99
{
File renamed without changes.

0 commit comments

Comments
 (0)