Skip to main content

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:

Next Steps