Skip to content

Commit 2f1e89f

Browse files
authored
Update README.md
Signed-off-by: Firekeeper <[email protected]>
1 parent 3540196 commit 2f1e89f

File tree

1 file changed

+8
-25
lines changed

1 file changed

+8
-25
lines changed

README.md

Lines changed: 8 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ Experience our multichain game demo leveraging In-App Wallets and Account Abstra
1515

1616
| Wallet Provider | WebGL | Desktop | Mobile |
1717
| ----------------------------------------- | :---: | :-----: | :----: |
18-
| **In-App Wallet** (Email, Phone, Socials) | ✔️ | ✔️ | ✔️ |
18+
| **In-App Wallet** (Email, Phone, Socials, Custom) | ✔️ | ✔️ | ✔️ |
1919
| **Ecosystem Wallet** (IAW w/ partner permissions) | ✔️ | ✔️ | ✔️ |
2020
| **Private Key Wallet** (Guest Mode) | ✔️ | ✔️ | ✔️ |
2121
| **Wallet Connect Wallet** (400+ Wallets) | ✔️ | ✔️ | ✔️ |
@@ -24,28 +24,6 @@ Experience our multichain game demo leveraging In-App Wallets and Account Abstra
2424

2525
<sub>✔️ Supported</sub> &nbsp; <sub>❌ Not Supported</sub> &nbsp; <sub>— Not Applicable</sub>
2626

27-
# Why Upgrade to v5?
28-
29-
Thirdweb's Unity SDK v5 leverages the robust [.NET SDK](https://portal.thirdweb.com/dotnet) for core functionality, providing a unified API and behavior across platforms.
30-
31-
## Key Improvements:
32-
33-
- **Unified API:** Say goodbye to the WebGL Bridge. Now, enjoy a consistent experience across WebGL, Desktop, and Mobile platforms.
34-
- **Enhanced Composability:** Use our SDK anywhere without worrying about its state. APIs are chain agnostic, enabling seamless interaction with multiple chains.
35-
- **Native Experience:** The .NET core provides a native, predictable experience, making upgrades less daunting.
36-
- **Ecosystem Wallets** The ultimate cross-platform wallet product, suitable for ecosystems wanting to grow out of their shell. Fast, shareable with third parties securely, non-custodial.
37-
- **Simplified `ThirdwebManager`:**
38-
- `ThirdwebManager.Instance.SDK.GetContract` is now `ThirdwebManager.Instance.GetContract`, returning `ThirdwebContract`.
39-
- `ThirdwebManager.Instance.SDK.Wallet.Connect` is now `ThirdwebManager.Instance.ConnectWallet`, returning `IThirdwebWallet`.
40-
- Handles multiple wallet connections and tracks the active wallet.
41-
- The prefab is now much simpler and straightforward to setup.
42-
- **Optimized Package:** Cleaner, lighter Unity package with minimal dependencies, enhancing performance. We took control of all the layers and rewrote them, further improving the experience when using thirdweb infra. No AWS SDK. Nethereum is used only for types/encoding. Newtonsoft.Json and EDM4U are included.
43-
- **Cross-Platform Consistency:** No behavioral differences between platforms. What you see in the editor is what you get in WebGL, Standalone, and Mobile runtime platforms.
44-
45-
## Note:
46-
47-
To achieve full .NET core functionality for WebGL, we include a modified version of [WebGLThreadingPatcher](https://github.com/VolodymyrBS/WebGLThreadingPatcher) and have adapted our .NET core to work around any potential issues running raw .NET libraries in WebGL, though all tasks will be executed on one thread. This is required due to Unity's lack of support for C# multithreading in WebGL.
48-
4927
# Getting Started
5028

5129
1. **Download:** Head over to the [releases](https://github.com/thirdweb-dev/unity-sdk/releases) page and download the latest `.unitypackage` file.
@@ -69,8 +47,9 @@ To achieve full .NET core functionality for WebGL, we include a modified version
6947

7048
## WebGL
7149

50+
- **WebGL Template:** None enforced, feel free to customize!
7251
- **Compression Format:** Set to `Disabled` (`Player Settings` > `Publishing Settings`) for final builds.
73-
- **Testing In-App Wallets (Social Login):** Host the build or run it locally with `Cross-Origin-Opener-Policy` set to `same-origin-allow-popups`.
52+
- **Testing WebGL Social Login Locally:** Host the build or run it locally with `Cross-Origin-Opener-Policy` set to `same-origin-allow-popups`.
7453

7554
Example setup for testing In-App Wallet (Social Login) locally:
7655

@@ -98,7 +77,11 @@ No action needed for hosted builds.
9877
## Mobile
9978

10079
- **EDM4U:** Comes with the package, resolves dependencies at runtime. Use `Force Resolve` from `Assets` > `External Dependency Manager` > `Android Resolver`.
101-
- **Redirect Schemes:** Set custom schemes matching your bundle ID in `Plugins/AndroidManifest.xml` or equivalent for InAppWallet OAuth.
80+
- **Redirect Schemes:** Set custom schemes matching your bundle ID in `Plugins/AndroidManifest.xml` or equivalent to ensure OAuth redirects.
81+
82+
# Migration from v4
83+
84+
See https://portal.thirdweb.com/unity/v5/migration-guide
10285

10386
# Need Help?
10487

0 commit comments

Comments
 (0)