I just went through the process of trying to get wallet connect 2.0 working for a live game and didn't want to do a client release. So I realized I could modify my signing page to integrate it. This was before I saw that you updated the Unity SDK.
Might be worth considering doing in this app as it supports more wallets than just using ethers.
Here is my fork with the changes to index.html and index.js, there is a bit of custom functionality added but should help anyone implement if they need to like I did.
https://github.com/WoodsFiend/game-web3wallet
Live: https://game.polychainmonsters.com/web3wallet/?action=sign&message=hello
I just went through the process of trying to get wallet connect 2.0 working for a live game and didn't want to do a client release. So I realized I could modify my signing page to integrate it. This was before I saw that you updated the Unity SDK.
Might be worth considering doing in this app as it supports more wallets than just using ethers.
Here is my fork with the changes to index.html and index.js, there is a bit of custom functionality added but should help anyone implement if they need to like I did.
https://github.com/WoodsFiend/game-web3wallet
Live: https://game.polychainmonsters.com/web3wallet/?action=sign&message=hello