Skip to main content

Installation

Option A: Unity Package Manager (UPM) via Git

  1. Open Window > Package Manager.
  2. Click + > Add package from git URL...
  3. Enter:
    https://github.com/gamerebellion/gamerebellion-unity-sdk.git#upm

The package name is com.gamerebellion.sdk.

Option B: Import .unitypackage

  1. Download the latest release from the GitHub repository.
  2. In Unity, go to Assets > Import Package > Custom Package...
  3. Select GameRebellion.unitypackage.
  4. Import all items.

Option C: Manual (UPM from disk)

  1. Clone or download the repository:
    git clone -b upm https://github.com/gamerebellion/gamerebellion-unity-sdk.git
  2. Open Window > Package Manager.
  3. Click + > Add package from disk...
  4. Navigate to the cloned folder and select package.json.

Verify Installation

After importing, confirm:

  • Assets/GameRebellion/ folder exists with SDK scripts
  • Assets/GameRebellion/Resources/GameRebellionSettings.asset is present (create it if not — see Configuration)
  • No compilation errors in the Console