From d92f9bed85cec21e34f5829b1eacf1fad9ced2f6 Mon Sep 17 00:00:00 2001 From: Firekeeper <0xFirekeeper@gmail.com> Date: Thu, 23 Feb 2023 01:24:37 +0300 Subject: [PATCH] [Readme] Connect Wallet Callbacks (#37) --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 6443504a..16de52fc 100644 --- a/README.md +++ b/README.md @@ -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.