Skip to content

Commit dde48d0

Browse files
authored
Update README.md
Signed-off-by: Firekeeper <0xFirekeeper@gmail.com>
1 parent ae30fba commit dde48d0

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

README.md

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -115,6 +115,12 @@ var res = await contract.Read<string>("myReadFunction", arg1, arg2, ...);
115115
var txRes = await contract.Write("myWriteFunction", arg1, arg2, ...);
116116
```
117117

118+
# Additional Links
119+
120+
- [Documentation](https://portal.thirdweb.com/unity)
121+
- [Enhancing Unity IAP with Blockchain Interactions](https://discord.com/channels/834227967404146718/1154487390107349023/1206674338405683252)
122+
- [Starter Template: Take Flight!](https://github.com/thirdweb-example/take-flight)
123+
118124
# Prefab Examples
119125

120126
![image](https://github.com/thirdweb-dev/unity-sdk/assets/43042585/a213b668-0273-400f-a6c1-92a582a35535)
@@ -189,11 +195,6 @@ nftPrefabScript.LoadNFT(nft);
189195

190196
See full documentation on the [thirdweb portal](https://portal.thirdweb.com/unity).
191197

192-
# Additional Links
193-
194-
- [Documentation](https://portal.thirdweb.com/unity)
195-
- [Enhancing Unity IAP with Blockchain Interactions](https://discord.com/channels/834227967404146718/1154487390107349023/1206674338405683252)
196-
197198
# Contributing to thirdweb Unity SDK
198199

199200
We warmly welcome contributions to the thirdweb Unity SDK! If you're looking to contribute, here's how you can get started.

0 commit comments

Comments
 (0)