Skip to main content

Setup

Setting up your Unity project to use the Immutable Marketplace package is easy.

All you need to do is install the Marketplace package and enable it in your project's manifest. Follow the steps below to get started.
Unity MarketplaceUnity Marketplace
💡Who is this for?
Developers who want to build an in-game marketplace in Unity.

Overview

To make using the Immutable Marketplace in your Unity project as easy as possible, we have added the orderbook functionality to Immutable's Unity package. To use these features in your project, you need to install the Marketplace package and enable it in your project's manifest.

Marketplace 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/Marketplace and click 'Add'

Via manifest.json

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

Related content