Quick Start
Get started with GameRamp SDK in 3 steps:Step 1: Import the SDK
1
Download the Package
Download the GameRamp SDK package (.unitypackage).
2
Import in Unity
In Unity: Assets → Import Package → Custom Package.
3
Select and Import
Select and import the package.
4
Verify Installation
Verify
GamerampSDK/ folder is present.Step 2: Create Configuration
1
Create Config Asset
In the Project window: Create → Gameramp → SDKConfig.
2
Name the Config
Name it GamerampConfig.
3
Add Credentials
Fill in credentials in Inspector:
- SDK Key (required)
- Secret Key (required)
Step 3: Initialize SDK
Choose one of the following initialization methods:- Option 1: Use the GameRamp Prefab (Recommended)
- Option 2: Use GamerampSDK Component (Manual)
1
Add Prefab to Scene
Drag Gameramp.prefab from GamerampSDK/Prefabs/ into your first scene
2
Assign Configuration
Assign your GamerampConfig to the prefab’s config field
3
Auto-initialization
The prefab will auto-initialize and auto-login on Start