Aug 15, 2026 · 5 min read · GameMantra Team
Google's New Overlay Shows Friends' Progress Live
A system-level Android overlay now shows players what their friends are doing in your game, in real time — and you didn't build it
Somewhere on a player's phone right now, there's an overlay that can show them exactly how far a friend has gotten in your game — while they're both playing it. Your studio didn't build that feature. Google did, and it's rolling out to every title that already reports achievement and leaderboard data through Play Games Services.
What Sidekick actually does
Sidekick is a system-level overlay Google introduced for Android, powered by Gemini, that sits on top of a running game. Its original feature set was straightforward utility: screenshots, screen recording, a do-not-disturb toggle for games, quick access to a livestream. Useful, but not something that changes how you'd think about your game's design.
The part that matters for a studio is what Google added at I/O 2026 and is rolling out to all participating titles this summer: real-time friend activity and an achievements-and-streaks view, both surfaced directly in the overlay. A player can open Sidekick mid-session and see which of their followed friends are playing the same game right now, and roughly how far along they are — pulled from the same achievement and leaderboard data your title already reports through Play Games Services, shown to a player who never had to leave your app to see it.
Why this changes the incentive around achievement quality
We've written before about Google's Level Up program tying achievement quality to store-level promotion — well-built achievements make a game eligible for Play Points quest inclusion, which is a discovery mechanism. Sidekick is a separate lever entirely, and arguably a more direct one for retention.
Level Up rewards good achievements with visibility to new players browsing the store. Sidekick shows achievement and progress state to players who already know each other, in the moment they're both playing. That's a fundamentally different audience and a different kind of pressure. A friend seeing "3 levels ahead of you" or "hasn't unlocked this yet" is social proof happening live, not a discovery signal happening once at install.
The practical consequence: a checklist of trivial, front-loaded achievements ("complete the tutorial," "open the app") that used to be harmless decoration now has a real audience watching it update, or not update, over time. If your achievement set goes quiet after the first ten minutes of play, that's what a player's friends see reflected back at them — nothing changing, which reads as the player having stalled out, whether or not that's actually true.
Streaks are the sharper version of the same problem. If your game tracks a login streak or a daily-challenge streak and surfaces it as an achievement or leaderboard stat, that streak is now something a friend can watch live. A broken streak visible to a peer group is a different kind of social pressure than a broken streak the player only sees themselves — it's the same mechanic Sidekick didn't invent, just made visible to an audience the mechanic wasn't originally designed for.
What's automatic and what isn't
Nothing about Sidekick requires new integration work if you're already current on Play Games Services v2, which was a hard migration deadline back in May 2026 for any title still on the older API. Sidekick reads existing achievement and leaderboard data — there's no new SDK call, no opt-in flag, no configuration surface a studio controls. It's a platform-level feature layered on top of data you're already sending.
That's exactly why it's worth a look rather than something to ignore. You can't configure what Sidekick shows, and you can't turn it off for your title specifically. The only lever available is the quality of the underlying data — the same achievement design, streak tracking, and leaderboard hygiene that already mattered for Level Up eligibility now has a second, more socially immediate reason to be worth the design time.
Concretely, that means auditing three things if you haven't recently: whether your achievement list has meaningful mid-game and late-game entries, not just a front-loaded onboarding checklist that goes silent after session one; whether any streak mechanics you track are actually accurate and update in real time rather than lagging a sync cycle; and whether your leaderboard data reflects genuine progress rather than a stat that resets or glitches in ways that would look strange to a friend watching it.
The re-engagement angle nobody has to build for
There's a second-order effect worth noting separately from achievement design: Sidekick's friend-activity view is a re-engagement channel a studio gets for free, on any title where friends already play each other's games. A player who opens the overlay for a different title and notices a friend actively playing yours is a nudge back toward your app that required zero marketing spend and zero engineering on your side.
That's not something to plan around precisely — you have no control over when a player checks the overlay or which friend they notice — but it's a real reason the underlying data quality question isn't purely cosmetic. A friend list showing genuine, varied, currently-updating progress is more likely to prompt a "let me go check that out" moment than a friend list showing everyone stalled at the same early checkpoint because your achievement design ran out after the tutorial.
None of this requires new SDK integration or a roadmap item labeled "Sidekick support." It requires treating your existing Play Games Services data — achievements, streaks, leaderboards — as something with a live, socially visible audience now, not just a personal one. See how gamemantra keeps player progression data consistent across the platforms that read it as more of these surfaces expand what your existing telemetry gets used for.
Share this post
See what this looks like for your game.
SDK for Unity and Unreal. A 20-minute call to walk you through it.