Skip to content
JJOMA STUDIO

JJOMA STUDIO

Games and tools built solo. Everything I finish ends up here, free to download.

15 projects205 total downloads

Store Media

Store Media

Utils

A Unity editor tool that auto-generates store-listing media from the open scene. It computes scene bounds, renders orbit stills from multiple viewpoints (4 store-ready resolutions) and a 300-frame flythrough sequence, then converts to MP4/GIF via ffmpeg — all without entering play mode.

Unity14
Telemetry

Telemetry

Utils

Ultra-light play telemetry that hooks into your game with 3 lines of code. The C# logger records player positions and events (deaths, pickups) as JSONL; the Python tool merges sessions and renders heatmaps over a top-down map screenshot — including the exact coordinates where players linger most.

Unity/Python13
SoakBot

SoakBot

Utils

A soak-test bot that runs your game overnight, watching for crashes, freezes and softlocks. It tails Unity Player.log for exceptions, samples memory to estimate leak slopes (MB/hour), and has an HTML report waiting for you in the morning. Optional auto-restart on crash.

Python12
GameFeel Tester

GameFeel Tester

Utils

A bot that measures a game's feel automatically. It injects randomized input while tracking input-to-response latency (ms), freezes, black screens and softlocks, visual variety, and audio silence/clipping. Optionally narrates scenes with a vision model and produces an AI-written verdict on fun, difficulty and feel after each session.

Python10
PerfBench

PerfBench

Utils

A CLI benchmark that launches your built game and measures load time, refresh rate (avg/min/1% low), hitches and peak memory, then compares against a baseline run to flag performance regressions automatically. Results are saved as JSON plus a self-contained HTML report.

Python15
SceneLint

SceneLint

Utils

A scene linter that automatically inspects the open Unity scene for quality issues — broken (pink) materials, missing scripts, missing colliders, floating objects, z-fighting duplicates and more across 8 checks, graded Error/Warning/Info. Click a finding to jump to the object. Exports Markdown/JSON reports.

Unity13
PolyMap Generator

PolyMap Generator

Utils

A Unity editor extension that builds complete game scenes from low-poly art packs (Synty POLYGON and others) at the click of a button. Seven layout modes — city, dungeon, cave, village, island, multi-storey interior, race track — generated deterministically from a seed, with automatic road-connectivity and overlap validation. Unity 6 + URP.

Unity10