Skip to content

Commit c74e5a6

Browse files
authored
Update README.md
1 parent 3c8b719 commit c74e5a6

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

README.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,8 @@
1616

1717
![providers-unity](https://github.com/thirdweb-dev/unity-sdk/assets/43042585/8bac2226-a67a-4709-8a5d-49fadd58160c)
1818

19+
More on wallets [here](https://thirdweb.com/dashboard/wallet).
20+
1921
# Installation
2022

2123
Head over to the [releases](https://github.com/thirdweb-dev/unity-sdk/releases) page and download the latest `.unitypackage` file.
@@ -24,6 +26,8 @@ Drag and drop the file into your project.
2426

2527
The package comes with a sample Scene and Prefab examples showcasing the different capabilities of the SDK.
2628

29+
All you need is a ThirdwebManager component in your scene. See [documentation](https://portal.thirdweb.com/unity) for more information.
30+
2731
Note: The Newtonsoft DLL is included as part of the Unity Package, feel free to deselect it if you already have it installed as a dependency to avoid conflicts.
2832

2933
# Build
@@ -41,11 +45,10 @@ Note that in order to communicate with the SDK on WebGL, you need to `Build and
4145

4246
## Other Platforms
4347

44-
- Requires a ThirdwebManager prefab in your scene.
45-
- Multiple networks are not supported.
4648
- Use IL2CPP over Mono when possible in the Player Settings.
4749
- Using the SDK in the editor (pressing Play) is an accurate reflection of what you can expect to see on native platforms.
4850
- If building to mobile and running into RPC issues, it is best to run Force Resolve from the `Assets` menu > `External Dependency Manager` > `Android Resolver` > `Force Resolve` for example.
51+
- If building for iOS and missing a Metamask package, you can double click on `main.unitypackage` under `Assets\Thirdweb\Plugins\MetaMask\Installer\Packages` and reimport the `iOS` folder
4952
- In some cases, setting `Managed Stripping Level` to minimal when using IL2CPP is also helpful - you can find it under `Player Settings` > `Other Settings` > `Optimization`
5053

5154
# Usage

0 commit comments

Comments
 (0)