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