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
<sub>✔️ Supported</sub> <sub>❌ Not Supported</sub> <sub>— Not Applicable</sub>
34
32
35
-
# Installation
33
+
# Getting Started
36
34
37
35
Head over to the [releases](https://github.com/thirdweb-dev/unity-sdk/releases) page and download the latest `.unitypackage` file.
38
36
@@ -44,12 +42,12 @@ Various blockchain interaction examples are available in our `Scene_Prefabs` sce
44
42
45
43
Payment related interaction examples are available in our `Scene_Pay` scene.
46
44
47
-
Notes:
48
-
49
-
- The SDK has been tested on Web, Desktop and Mobile platforms using Unity 2021 and 2022 LTS. We highly recommend using 2022 LTS.
45
+
**Notes:**
46
+
- The SDK has been tested on Web, Desktop and Mobile platforms using Unity 2021 and 2022 LTS. We **highly recommend** using 2022 LTS.
50
47
- The example scenes are built using Unity 2022 LTS, it may look off in previous versions of Unity.
51
48
- 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.
52
49
- If using .NET Framework and encountering an error related to HttpUtility, create a file `csc.rsp` that includes `-r:System.Web.dll` and save it under `Assets`.
50
+
- If you have conflicting DLLs from other SDKs, in most cases our SDK will be compatible with previous versions, use version control and test removing duplicates.
53
51
54
52
# Usage
55
53
@@ -90,9 +88,7 @@ var res = await contract.Read<string>("myReadFunction", arg1, arg2, ...);
The `Examples` foldercontainsademoscene `Scene_Prefabs` usingouruser-friendlyprefabs-theyincludescriptexamplestogetinspiredandareentirelyoptional.
216
+
The `Examples` foldercontainsademoscene `Scene_Prefabs` usingouruser-friendlyprefabs-theyincludescriptexamplestogetinspiredandareentirely**optional**. Youdonotneedtouseanyofthemtorecreatetheirfunctionality. WerecommendcreatingyourownUIonceyouarefamiliarwiththeSDK.
220
217
221
218
AllPrefabsrequirethe [ThirdwebManager](https://github.com/thirdweb-dev/unity-sdk/blob/main/Assets/Thirdweb/Core/Scripts/ThirdwebManager.cs) prefab to get the SDK Instance, drag and drop it into your scene and select the networks you want to support from the Inspector.
0 commit comments