Install
Let’s get started by installing the package!Prerequisites
- Unity 2022.3 or above
- IL2CPP code stripping level: Minimal (or lower)
- Target platform: Android, iOS, Windows, macOS, WebGL
- Gamma color space
- If you need Linear color space, please open a GitHub issue
Package
To install AppKit package via OpenUPM, you need to have Node.js and openupm-cli installed. Once you have them installed, you can run the following commands:
Configure
The minimum configuration required is filling in aProject ID
and Metadata
fields inside of AppKitConfig
.
- projectId: The project ID is a unique identifier for your project.
- If you don’t have a Project ID, you can create one at Reown Dashboard.).
- name: The project name is a human-readable name for your project.
- description: The project description is a human-readable description for your project.
- url: The project URL
- iconUrl: Icon of the project.
Implement
- Add
Reown AppKit
prefab fromPackages/Reown.AppKit.Unity/Prefabs
to your scene. - Initialize AppKit from your script
- Connect account