[SOLVED] Web3Auth authen with SDK Moralis Unity

HI,

I read sample Unity SDK Authen : https://github.com/MoralisWeb3/unity-web3-game-kit
Download and run sample code so good. But this code just authen via only MetaMask.

How to change config provider to another like Web3Auth same on my website ?
I donโ€™t saw where config provider in Editor Unity

Hi unfortunately there is no Web3Auth integration with the Unity game kit. You could try maybe implementing their Unity SDK.

Ok, thank you Glad .

1 more question: If I use Unity SDK Web3auth so how to verify token user login from unity and from my NextJs website ?

You would need to send this token or user data from Unity to your Next.js API (serverside).

1 Like

Awesowe, thank you again

web3auth is not working for unity webgl, have you found any workaround?

You can make a new topic with what youโ€™ve tried to do and more details.