Built for Unity developers

LiveOps and Cross-Promotion for Unity Mobile Games

Update rewards, ads timers, feature flags, and featured games remotely without publishing a new app version.

// In your Unity game
int coins = SyncParams.GetInt("rewarded_coins", 100);
float adsTimer = SyncParams.GetFloat("ads_timer", 30f);
bool showFeatured = SyncParams.GetBool("show_featured_games", true);

Everything you need for LiveOps

Ship faster, tune in real-time, grow your portfolio.

Remote Config

Tune rewards, timers, and economy without an app update.

Cross-Promotion

Feature your other games inside each title to grow installs.

Feature Flags

Roll out features safely with on/off switches per parameter.

Instant Updates

Changes propagate to every device on the next API call.

Tiny Unity SDK

Drop-in C# helpers: GetBool, GetInt, GetFloat, GetString.

Public API

Simple REST endpoint per game — no SDK required.

From sign-up to live in minutes

01

Add your game

Register with name, platform, and store URL.

02

Define parameters

Create global keys: ads_timer, rewarded_coins…

03

Pick featured games

Choose up to 3 to cross-promote per game.

04

Drop in the SDK

One method call to fetch your live config.

New

Let players shape your game

Run in-game polls to decide the next character, balance change, or event. Results stream in live — no app update required.

Live vote
0 responses

Which hero should we add next?

Tap an option — players see results instantly.

Updated in real timevote_id: hero_q4
1

Create a vote in the dashboard

Pick a game, write the question, add 2–6 options. Toggle multi-select.

2

Fetch active votes from your game

GET /api/public/vote?game_key=YOUR_PUBLIC_KEY
3

Submit a player response

POST /api/public/vote
{
  "game_key": "YOUR_PUBLIC_KEY",
  "vote_id": "...",
  "option_ids": ["opt_1"],
  "player_id": "player_abc"
}
Real players
Live analytics
Zero rebuild

Simple pricing

Start free. Scale when you need it.

Hobby

$0

For indie devs

  • Up to 3 games
  • Up to 5 parameters
  • 10k API calls/mo
Most popular

Studio

$29/mo

For growing studios

  • Unlimited games
  • Unlimited parameters
  • Unlimited votes
  • Unlimited API calls
  • Priority support

Ship LiveOps without shipping a build

Join indie studios and publishers using SyncParams to control their games in real time.