You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
How are you deploying your application? (if relevant)
No response
Describe the Bug
The MetaMaskUnityUIHandler isn't shared between scenes. If I initialize the MetaMask SDK in the Boot Scene and then try to call the Connect function in another scene, there is no UI response, but MetaMask still attempts to connect somehow.
Expected Behavior
MetaMaskUnityUIHandler should persist between scenes OR spawn every time it's needed.
Link to reproduction - Issues with a link to complete (but minimal) reproduction code will be addressed faster
No response
To Reproduce
Create 2 scenes (e.g Boot and Main)
Initialize MM at Boot (manually or automatically)
Go to Main Scene
Call Connect() function
The text was updated successfully, but these errors were encountered:
SDK
Unity
Provide environment information
Unity 2022.3.25f1
MetaMask SDK Version
2.1.0
MetaMask Mobile app Version
7.27.0
What browser are you using? (if relevant)
No response
How are you deploying your application? (if relevant)
No response
Describe the Bug
The MetaMaskUnityUIHandler isn't shared between scenes. If I initialize the MetaMask SDK in the Boot Scene and then try to call the Connect function in another scene, there is no UI response, but MetaMask still attempts to connect somehow.
Expected Behavior
MetaMaskUnityUIHandler should persist between scenes OR spawn every time it's needed.
Link to reproduction - Issues with a link to complete (but minimal) reproduction code will be addressed faster
No response
To Reproduce
The text was updated successfully, but these errors were encountered: