Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
Zhichao Link committed Mar 2, 2023
2 parents ccb7157 + 6a76990 commit 5f2bc6c
Showing 1 changed file with 19 additions and 2 deletions.
21 changes: 19 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,17 +9,22 @@

Install Unity 2020.3.26f1 or later. Earlier versions may also be compatible but will not be actively supported.

**[iOS and Android](https://docs.particle.network/dashboard/unity-sdk-prerequisites)**

*(iOS only)* Install the following:

- Xcode 13.3.1 or higher
- CocoaPods 1.10.0 or higher

Make sure that your Unity project meets these requirements:

- *For iOS** — targets iOS 13 or higher
- **For iOS** — targets iOS 13 or higher
- **For Android** — Minimum API Level 23 or higher,Targets API level 31 or higher,Pack apk must be with exporting project to Android Studio, [change Java SDK version to 11](https://stackoverflow.com/questions/66449161/how-to-upgrade-an-android-project-to-java-11)

**[See More](https://docs.particle.network/dashboard/unity-sdk-prerequisites)**

- **For Windows and macOS** -
Require unity package: 3D WebView for Windows and macOS (Web Browser), version 4.3.3
If you are familiar with web browser in windows platform, you can use other web browser instead.

## 📗 Docs

Expand All @@ -29,11 +34,15 @@ Make sure that your Unity project meets these requirements:

**GUI**: https://docs.particle.network/wallet-service/sdks/unity

**Windows and macOS**: https://docs.particle.network/auth-service/sdks/unity-windows-macos

## 🚀 Quick start with DEMO


### 💻 In Unity Editor, we provide a test mode, easy to develop and debug.

In scene: Mobile_WalletDemo

1. Download and open in Unity Editor.

2. Run and click `Auth Demo` button, click `Select Chain` button, select `Ethereum Goerli`.
Expand All @@ -44,6 +53,14 @@ Make sure that your Unity project meets these requirements:

5. Click other button to test, you can see all logs in Console.

In scene: Window_AuthDemo

1. Download and open in Unity Editor.

2. Click `Particle Init` button to initialize the SDK

3. Click `Login` to login in web view.


### 📲 Export to Real Phone to test.

Expand Down

0 comments on commit 5f2bc6c

Please sign in to comment.