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
Copy file name to clipboardExpand all lines: README.md
+7-2Lines changed: 7 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -77,7 +77,7 @@ The `Examples` folder contains a demo scene using our user-friendly prefabs, che
77
77
78
78
All Prefabs require the [ThirdwebManager](https://github.com/thirdweb-dev/unity-sdk/blob/main/Assets/Thirdweb/Examples/Scripts/Prefabs/ThirdwebManager.cs) prefab to get the SDK Instance, drag and drop it into your scene and select the networks you want to support from the Inspector.
79
79
80
-
[Connect Wallet Prefab](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!
80
+
[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!
81
81
- Drag and drop it into your scene and select the wallet providers you want to support from the Inspector.
82
82
- You may also choose whether you want to activate the Network Switching feature (leave unchecked if your app only requires one network).
83
83
@@ -89,7 +89,7 @@ All Prefabs require the [ThirdwebManager](https://github.com/thirdweb-dev/unity-
89
89
- Or any combination of the above - they will all be displayed automatically in a grid view with vertical scroll!
90
90
- Customize the prefab's ScrollView and Content gameobjects if you want your content to behave differently.
91
91
92
-
[NFT Prefab](https://github.com/thirdweb-dev/unity-sdk/blob/main/Assets/Thirdweb/Examples/Scripts/Prefabs/Prefab_NFT.cs) - Displays an NFT by calling LoadNFT through script!
92
+
[NFT](https://github.com/thirdweb-dev/unity-sdk/blob/main/Assets/Thirdweb/Examples/Scripts/Prefabs/Prefab_NFT.cs) - Displays an NFT by calling LoadNFT through script!
93
93
- Instantiate this Prefab through script.
94
94
- Get its Prefab_NFT component.
95
95
- Call the LoadNFT function and pass it your NFT struct to display your fetched NFT's images automatically.
[Events](https://github.com/thirdweb-dev/unity-sdk/blob/main/Assets/Thirdweb/Examples/Scripts/Prefabs/Prefab_Events.cs) - Fetch and manipulate Contract Events with a simple API!
104
+
- Get specific events from any contract.
105
+
- Get all events from any contract.
106
+
- Optional query filters.
107
+
103
108
See full documentation on the [thirdweb portal](https://portal.thirdweb.com).
0 commit comments