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
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -29,11 +29,11 @@ This SDK provides a Unity-first integration of all [thirdweb](https://thirdweb.c
29
29
- Instant connection to any chain with RPC Edge integration.
30
30
- Integrated IPFS upload/download.
31
31
- Full access to the [thirdweb API](https://portal.thirdweb.com/reference) via low-level ThirdwebClient.Api.
32
-
- Easy to extend or wrap, everything is overrdeable.
32
+
- Easy to extend or wrap, everything is overrideable.
33
33
- High level contract extensions for interacting with common standards and thirdweb contract standards.
34
34
- Automatic ABI resolution.
35
35
- Build on top of thirdweb's [.NET SDK](https://portal.thirdweb.com/dotnet) - unity package updates are typically updates to a single DLL/a file or two.
36
-
- Get started in 5 minutes with a simple [ThirdwebManager](https://portal.thirdweb.com/unity/v5/thirdwebmanager) prefab.
36
+
- Get started in 5 minutes with a simple [ThirdwebManager](https://portal.thirdweb.com/unity/v6/thirdwebmanager) prefab.
37
37
38
38
# Supported Platforms & Wallets
39
39
@@ -52,7 +52,7 @@ This SDK provides a Unity-first integration of all [thirdweb](https://thirdweb.c
52
52
53
53
1.**Download:** Head over to the [releases](https://github.com/thirdweb-dev/unity-sdk/releases) page and download the latest `.unitypackage` file.
54
54
2.**Explore:** Try out `Scene_Playground` to explore functionality and get onboarded.
55
-
3.**Learn:** Explore the [Unity v5 SDK Docs](https://portal.thirdweb.com/unity/v5) and the [.NET SDK Docs](https://portal.thirdweb.com/dotnet) to find a full API reference.
55
+
3.**Learn:** Explore the [Unity v6 SDK Docs](https://portal.thirdweb.com/unity) and the [.NET SDK Docs](https://portal.thirdweb.com/dotnet) to find a full API reference.
0 commit comments