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
@@ -23,13 +23,13 @@ Experience our multichain game demo leveraging In-App Wallets and Account Abstra
23
23
24
24
This SDK provides a Unity-first integration of all [thirdweb](https://thirdweb.com) functionality, including but not limited to:
25
25
26
-
- Support for all target platforms, Unity 2022 & Unity 6.
27
-
- First party support for [In-App Wallets](https://portal.thirdweb.com/connect/wallet/overview) (Guest, Email, Phone, Socials, Custom Auth+).
28
-
- First party support for [Account Abstraction](https://portal.thirdweb.com/connect/account-abstraction/overview) (Both EIP-4337 & zkSync Native AA).
26
+
- Support for all target platforms on Unity 2022+ & Unity 6+.
27
+
- First party support for [In-App Wallets](https://portal.thirdweb.com/wallets) (Guest, Email, Phone, Socials, Custom Auth+).
28
+
- First party support for [Account Abstraction](https://portal.thirdweb.com/wallets/sponsor-gas) (EIP-4337, zksync and EIP-7702).
29
29
- Instant connection to any chain with RPC Edge integration.
30
30
- Integrated IPFS upload/download.
31
-
-Create blockchain-powered agents with Thirdweb [Nebula](https://thirdweb.com/nebula).
32
-
- Easy to extend or wrap.
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.
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.
@@ -39,14 +39,12 @@ This SDK provides a Unity-first integration of all [thirdweb](https://thirdweb.c
39
39
40
40
**Build games for Web, Standalone, and Mobile using 2000+ supported chains, with various login options!**
<sub>✔️ Supported</sub> <sub>❌ Not Supported</sub> <sub>— Not Applicable</sub>
52
50
@@ -62,11 +60,10 @@ This SDK provides a Unity-first integration of all [thirdweb](https://thirdweb.c
62
60
- Newtonsoft.Json and EDM4U are included utilities; deselect when importing if already installed to avoid conflicts.
63
61
- If using .NET Framework and encountering `HttpUtility` errors, create `csc.rsp` with `-r:System.Web.dll` under `Assets`.
64
62
- Use version control and test removing duplicate DLLs if conflicts arise. Our SDK generally works with most versions of the few dependencies we do include.
65
-
- To use your own WalletConnect Project ID, edit `Assets/Thirdweb/Plugins/WalletConnectUnity/Resources/WalletConnectProjectConfig.asset`.
0 commit comments