WebGL Unity Multiwallet implementation

Greetings. I want to implement multi wallet connection with wallet selection in WebGL. For example:

  1. User select to connect metamask wallet and app connected with metamask (with browser extension).
  2. User select to connect via Trust wallet - app shows to user QR code for mobile auth (with Trust Wallet app).
    Also the question is How to generate wallet connect QR and shows him for connect. Like that:

Any ideas, guys? That very important for me.

This is the default when using WebGL, you could have a button that triggers the authentication process similar to the Congratulations demo scene that comes with the Unity game kit.

WalletConnect can be used in this case but using it in WebGL build seems to be more complex - Iā€™m not sure of the process. Maybe this thread helps. I will post any updates here.

2 Likes