Installation
Option A: Unity Package Manager (UPM) via Git
- Open Window > Package Manager.
- Click + > Add package from git URL...
- Enter:
https://github.com/gamerebellion/gamerebellion-unity-sdk.git#upm
The package name is com.gamerebellion.sdk.
Option B: Import .unitypackage
- Download the latest release from the GitHub repository.
- In Unity, go to Assets > Import Package > Custom Package...
- Select
GameRebellion.unitypackage. - Import all items.
Option C: Manual (UPM from disk)
- Clone or download the repository:
git clone -b upm https://github.com/gamerebellion/gamerebellion-unity-sdk.git - Open Window > Package Manager.
- Click + > Add package from disk...
- Navigate to the cloned folder and select
package.json.
Verify Installation
After importing, confirm:
Assets/GameRebellion/folder exists with SDK scriptsAssets/GameRebellion/Resources/GameRebellionSettings.assetis present (create it if not — see Configuration)- No compilation errors in the Console