Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

public class Web3Wallet
{
#if UNITY_ANDROID && UNITY_IOS
#if (UNITY_ANDROID || UNITY_IOS) && !UNITY_EDITOR
private static string url = "https://metamask.app.link/dapp/chainsafe.github.io/game-web3wallet/";
#else
private static string url = "https://chainsafe.github.io/game-web3wallet/";
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
using UnityEngine;
using UnityEngine.SceneManagement;

public class MobileLogin : MonoBehaviour
public class WalletLogin: MonoBehaviour
{
async public void OnLogin()
{
Expand Down