Skip to main content

Setup

Set up your Unity game to integrate and use the Immutable Unity zkEVM API package.


Install the zkEVM API package

💡Supported Platforms and Versions
Refer to this page for the supported platforms and Unity versions.

Install from a Git URL

Via UPM window

  1. Open the Package Manager
  2. Click the add + button and select "Add package from git URL..."
  3. Enter https://github.com/immutable/unity-immutable-sdk.git?path=/src/Packages/ZkEvmApi and click 'Add'

Via manifest.json

  1. Open your project's Packages/manifest.json file
  2. Add "com.immutable.api.zkevm": "https://github.com/immutable/unity-immutable-sdk.git?path=/src/Packages/ZkEvmApi" in the dependencies block