PerfBench
Utils · Version 1.0 · Released
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.
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.

Telemetry
UtilsUltra-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.

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.