Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Runtime Atlas

Runtime Atlas — complete runtime diagnostics

A Unity Editor extension for runtime diagnostics, performance monitoring, and debugging workflows — all from a single dockable window.

Version 1.3.0 · Source included

This repository is the documentation source for Runtime Atlas — not the product itself. If you're looking for the Unity package, see the Asset Store link below.


What it does

Runtime Atlas provides live inspection of runtime systems during Play mode. It polls cameras, audio sources, physics rigidbodies, and animator states, surfaces performance metrics, captures frame timelines, and generates session reports — without requiring any scene configuration, MonoBehaviour, or code changes in your project. It's built for anyone debugging or profiling gameplay systems who wants that information inside a single Editor window instead of stitched together from the Profiler, the Console, and manual Inspector clicking.

Features

  • See your scene's state at a glance — camera, audio, physics, and animator state surfaced live, without adding a single debug script to your project
  • Catch performance problems as they happen — frame time, FPS, and GC allocation history, plus static scanning for hot-path allocation patterns before they ship
  • Never lose the moment a bug happened — a circular frame buffer timeline you can scrub back through after the fact, instead of trying to reproduce a one-frame spike live
  • Get a shareable record of a session — export reports in HTML, JSON, Markdown, CSV, or DOCX for a teammate who wasn't watching the Editor when something went wrong

Documentation

Overview Getting Started Installation
Configuration API Reference Architecture
Troubleshooting FAQ AI Usage

See It In Action

Camera analysis Runtime graph
Camera & Audio Inspection Runtime Graph
Physics debugging Performance profiler
Physics Inspector Performance Profiler

See the full feature list for all 17 tabs.

Get Runtime Atlas

Unity Asset Store

Support

Discord · Bug Reports · Email Support

For step-by-step help first, see Troubleshooting and FAQ.


Copyright (c) 2026 Arish. All rights reserved. Tools Studio is a brand operated by Arish. This repository's documentation content is not licensed for redistribution; Runtime Atlas the product is governed by the EULA of the platform it was purchased from.

About

Unity editor diagnostics tool for real-time runtime inspection, performance analysis, and debugging workflows.

Topics

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors