Skip to content

Commit

Permalink
[Readme] Connect Wallet Callbacks (#37)
Browse files Browse the repository at this point in the history
  • Loading branch information
0xFirekeeper authored Feb 22, 2023
1 parent dfb6a7e commit d92f9be
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,7 @@ All Prefabs require the [ThirdwebManager](https://github.com/thirdweb-dev/unity-
[Connect Wallet](https://github.com/thirdweb-dev/unity-sdk/blob/main/Assets/Thirdweb/Examples/Scripts/Prefabs/Prefab_ConnectWallet.cs) - All-in-one drag & drop wallet supporting multiple wallet providers, network switching, balance displaying and more!
- Drag and drop it into your scene and select the wallet providers you want to support from the Inspector.
- You may also choose whether you want to activate the Network Switching feature (leave unchecked if your app only requires one network).
- You can add callbacks from the inspector for when the wallet is connected, disconnected, or the ntwork is switched.

[NFT Loader](https://github.com/thirdweb-dev/unity-sdk/blob/main/Assets/Thirdweb/Examples/Scripts/Prefabs/Prefab_NFTLoader.cs) - Standalone drag & drop grid/scroll view of NFTs you ask it to display!
- Go to the prefab's Settings in the Inspector.
Expand Down

0 comments on commit d92f9be

Please sign in to comment.