Skip to content

Commit 13bd5d7

Browse files
committed
Update README.md
1 parent b314b3f commit 13bd5d7

File tree

1 file changed

+13
-16
lines changed

1 file changed

+13
-16
lines changed

README.md

Lines changed: 13 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
</p>
66

77
<p align="center">
8-
<a href="https://portal.thirdweb.com/unity/v5">
8+
<a href="https://portal.thirdweb.com/unity">
99
<img alt="Unity Documentation" src="https://img.shields.io/badge/Unity-Documentation-blue?logo=unity&style=for-the-badge" height="30">
1010
</a>
1111
<a href="https://portal.thirdweb.com/dotnet">
@@ -23,13 +23,13 @@ Experience our multichain game demo leveraging In-App Wallets and Account Abstra
2323

2424
This SDK provides a Unity-first integration of all [thirdweb](https://thirdweb.com) functionality, including but not limited to:
2525

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).
2929
- Instant connection to any chain with RPC Edge integration.
3030
- 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.
3333
- High level contract extensions for interacting with common standards and thirdweb contract standards.
3434
- Automatic ABI resolution.
3535
- 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
3939

4040
**Build games for Web, Standalone, and Mobile using 2000+ supported chains, with various login options!**
4141

42-
| Wallet Provider | Web | Standalone | Mobile |
43-
| ------------------------------------------------------------ | :---: | :-----: | :----: |
44-
| **In-App Wallet** (Guest, Email, Phone, Socials, Backend, Custom) | ✔️ | ✔️ | ✔️ |
45-
| **Ecosystem Wallet** (IAW w/ partner permissions) | ✔️ | ✔️ | ✔️ |
46-
| **Private Key Wallet** (Ephemereal, good for testing) | ✔️ | ✔️ | ✔️ |
47-
| **Wallet Connect Wallet** (400+ Wallets) | ✔️ | ✔️ | ✔️ |
48-
| **MetaMask Wallet** (Browser Extension) | ✔️ |||
49-
| **Smart Wallet** (Account Abstraction: 4337, ZkSync Native, 7702) | ✔️ | ✔️ | ✔️ |
42+
| Wallet Provider | Web | Standalone | Mobile |
43+
| ----------------------------------------------------------------- | :-: | :--------: | :----: |
44+
| **In-App Wallet** (Guest, Email, Phone, Socials, Backend, Custom) | ✔️ | ✔️ | ✔️ |
45+
| **Ecosystem Wallet** (IAW w/ partner permissions) | ✔️ | ✔️ | ✔️ |
46+
| **Reown Wallet** (400+ Wallets) | ✔️ | ✔️ | ✔️ |
47+
| **Smart Wallet** (Account Abstraction: 4337, ZkSync Native, 7702) | ✔️ | ✔️ | ✔️ |
5048

5149
<sub>✔️ Supported</sub> &nbsp; <sub>❌ Not Supported</sub> &nbsp; <sub>— Not Applicable</sub>
5250

@@ -62,11 +60,10 @@ This SDK provides a Unity-first integration of all [thirdweb](https://thirdweb.c
6260
- Newtonsoft.Json and EDM4U are included utilities; deselect when importing if already installed to avoid conflicts.
6361
- If using .NET Framework and encountering `HttpUtility` errors, create `csc.rsp` with `-r:System.Web.dll` under `Assets`.
6462
- 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`.
6663

6764
## Additional Resources
6865

69-
- [Documentation](https://portal.thirdweb.com/unity/v5)
66+
- [Documentation](https://portal.thirdweb.com/unity)
7067
- [Templates](https://thirdweb.com/templates)
7168
- [Website](https://thirdweb.com)
7269

0 commit comments

Comments
 (0)