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