Skip to content
Xeption Games Est. 2024

Framework & Tooling

The toolkit behind the studio

Xeption Games invests heavily in reusable technology, from Asset Store packages for the community to the internal pipelines that ship our games.

Asset Store Packages

Polished, drop-in packages published for the wider Unity community.

Vault Save System

In Development

A drop-in, versioned save/load framework for Unity with pluggable backends (binary, JSON, encrypted), migration support, and editor tooling for inspecting save slots.

  • Serialization
  • Persistence
  • Editor Tools

Game-Agnostic Features

Reusable systems that power every Xeption Games project, regardless of genre.

Input Router

In Development

A device-agnostic input layer on top of Unity's Input System that handles rebinding, context stacks (UI vs gameplay), and seamless gamepad/keyboard hot-swapping with on-screen prompt switching.

  • Input
  • UX
  • Gamepad

Scene Flow

Planned

An async scene-loading and transition manager with additive loading, loading screens, and dependency-aware bootstrapping so your game always starts from a clean, deterministic state.

  • Scene Management
  • Async
  • Bootstrap

Audio Director

Planned

A lightweight runtime audio manager for Unity with pooled one-shots, music layering and crossfades, ducking, and a simple mixer-snapshot API for reactive soundscapes.

  • Audio
  • Mixer
  • Runtime

Extensions

Editor and workflow extensions that make day-to-day development faster.

Editor Toolkit

In Development

A collection of Unity Editor extensions: attribute-driven inspectors, scene hierarchy bookmarks, quick-search asset palette, and a build-config switcher that speeds up day-to-day development.

  • Editor
  • Productivity
  • Inspectors

Internal Tooling

The automation and infrastructure behind how we build and ship.

CI Build Pipeline

Available

An internal, Docker-based continuous build pipeline for Unity projects: headless builds, automated versioning, and artifact publishing wired into GitHub Actions on self-hosted runners.

  • CI/CD
  • Docker
  • Automation