Quick Start
Version | Last updated | UniPass Wallet Entry URL | Upgrade Instructions |
---|---|---|---|
v0.0.2 | 2022.11.14 | https://testnet.wallet.unipass.id/ | Support Google login. Add the optional function of connect to return email. Add a prefix in signMessage |
v0.0.1 | 2022.10.28 | https://testnet.wallet.unipass.id/ | Connect / Transfer / Sign Message & Verify |
Android
Please download the installation package of Android on Google drive
iOS
Please fill in your email address in the Application Form and we will send you a test invitation through TestFlight as soon as possible.
Reference
tip
UniPass Wallet entry URL used by current demo: https://testnet.wallet.unipass.id/
Development environment
UnityHub Verison: 2021.2.11f1
- Third-party packages:
- Vuplex for Android, Vuplex for iOS
- Nethereum
v4.8.0
Setup
- To start, you need to add Vuplex and Nethereum plugins into your project. You need to buy & import Vuplex.
tip
You can not load UniPass in Vuplex’s CanvasWebView, because UniPass uses the encryption functions in the native browser.
Then add UniPass SDK into your Unity project as a plugin.
Finally, run it in C# code.
using UnipassWallet;