跳到主要内容

快速开始

相关资料

Android demo

请前往 Google drive 下载 Android 安装包:

iOS demo

请在申请表中填写您的邮箱,我们将会给您发送 UniPass iOS demo 的 TestFlight 的测试邀请。

提示

Demo 工程中使用的 UniPass Wallet 域名: https://testnet.wallet.unipass.id/

开发环境

  • UnityHub Verison: 2021.2.11f1
  • 第三方包:
    • Vuplex for Android, Vuplex for iOS
    • Nethereum v4.8.0

安装和使用

  1. 开始前, 你需要在项目中添加 VuplexNethereum 插件, Vuplex 需要购买后使用。
提示

注意,由于 UniPass 使用了浏览器自带加密函数,所以不能使用 Vuplex 的 CanvasWebView 加载 UniPass 站点

  1. 然后,将 Unipass SDK 作为插件拖入 Unity 项目中。

  2. 最后,在 C# 代码中使用。

using UnipassWallet;

历史版本

更新版本更新日期默认使用 Domain更新说明
v0.0.22022.11.14https://testnet.wallet.unipass.id/支持 Google 第三方登录,增加连接钱包返回 Email 的可选功;signMessage 增加 unipass 前缀
v0.0.12022.10.28https://testnet.wallet.unipass.id/支持连接钱包,转账代币,签名/验签功能