Skip to main content
GameDev.net gamedev.net
Official Announcement

This is an official announcement from Unity. Information comes directly from the source.

PRO Tired of ads? Read GameDev.net ad-free and help keep the community independent with GameDev Pro — $3/month.

Unity
Unity Official
· 1 month, 1 week ago

Building a data-driven board to power Sente’s six-player strategy

Briefing

Unity details how Oxobox Games built Sente around a data-driven board system and simultaneous turns for up to six players. The studio’s core trick is a single logical board model that stays separate from rendering, letting the team reshape layouts, randomize setups, and export templates without touching scene objects directly.

That architecture matters because Sente spans everything from quick matches on small hex boards to larger puzzle layouts, all while keeping the rules readable enough for a fast tabletop-style strategy game. The team also built a board template manager inside Unity so boards can be painted, mirrored, and saved as reusable data rather than hand-authored scenes.

The same approach solved a production problem: the game’s puzzle designer never uses Unity, so Oxobox lets him build boards in a spreadsheet, export them as encoded strings, and import them into the game. The studio plans to extend that sharing flow to players, which could make user-created boards a real feature rather than a side experiment.

On the campaign side, Oxobox leans heavily on Unity Timeline for dialogue, camera work, board transitions, and branching logic. For teams shipping strategy games with custom content tools, Sente is a good reminder that data-first systems can simplify both design iteration and player-facing creation.

“Every board is stored as a logical model, separate from what you actually see.”

— Fernando Picate · Explaining the board architecture
Original source
Read on Unity
At a glance
what
Oxobox Games built Sente around a data-driven hex board and simultaneous turns for up to six players.
who
Unity, Oxobox Games, Fernando Picate, Joaquín Frere, and puzzle designer Javier Mrad are involved.
when
Published Aug. 13, 2026; the team says it started in the 1990s and now develops in Unity 6.
impact
The board model supports editing, randomization, templates, and planned player-created boards.
Signal Positive

Strong tooling and flexible design workflow

Discuss

Follow Unity updates

See relevant stories in your personalized news feed.

Sign in to follow

Continue on GameDev.net

Useful next steps related to this story.

Game development news without the noise

One useful weekly briefing. No daily flood.

Sending your confirmation email…

Discussion

Loading comments...

Recommended resources

Game Engines

See full guide
Unreal Engine 5 Best Practices cover
Editor pick

Unreal Engine 5 Best Practices

Amazon · Book

Written by multi-award-winning Unreal generalist Tyson J. Butler-Boschma, Founder and Creative Director of Toybox Games Studios, this book addresses common challenges you face when advancing your expertise in lighting, environment design, and cinematic storytelling.

GameDev.net may earn a commission if you purchase through these links. This helps fund the site at no extra cost to you.

GameDev.net may earn a commission if you purchase through these links. This helps fund the site at no extra cost to you.