Telemetry
Utils · Version 1.0 · Released
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.
Downloads
More projects

Store Media
UtilsA 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.

SoakBot
UtilsA 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.

GameFeel Tester
UtilsA 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.