Skip to content

Commit e606eb9

Browse files
committed
Disable WebGL MetaMask extension in Playground scene
Set WebglForceMetamaskExtension to 0 in Scene_Playground.unity to prevent forcing the MetaMask extension in WebGL builds.
1 parent fb3a2bc commit e606eb9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Assets/Thirdweb/Examples/Scenes/Scene_Playground.unity

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2888,7 +2888,7 @@ MonoBehaviour:
28882888
m_Name:
28892889
m_EditorClassIdentifier:
28902890
ActiveChainId: 84532
2891-
WebglForceMetamaskExtension: 1
2891+
WebglForceMetamaskExtension: 0
28922892
ConnectWalletPanel: {fileID: 974997944}
28932893
PrivateKeyWalletButton: {fileID: 736464798}
28942894
EcosystemWalletButton: {fileID: 1496910716}

0 commit comments

Comments
 (0)