Setup
Set up your Unity game to integrate and use the Immutable Unity Orderbook package.
⚠️Warning
This package is in alpha and may be unstable.
Install the Orderbook package
💡Supported Platforms and Versions
Refer to this page for the supported platforms and Unity versions.
📋Prerequisites
Install from a Git URL
Via UPM window
- Open the Package Manager
- Click the add + button and select "Add package from git URL..."
- Enter
https://github.com/immutable/unity-immutable-sdk.git?path=/src/Packages/Orderbook
and click 'Add'
Via manifest.json
- Open your project's
Packages/manifest.json
file - Add
"com.immutable.orderbook": "https://github.com/immutable/unity-immutable-sdk.git?path=/src/Packages/Orderbook"
in thedependencies
block