Skip to content

Latest commit

 

History

History
93 lines (59 loc) · 2.33 KB

File metadata and controls

93 lines (59 loc) · 2.33 KB

Installation


Requirements

Requirement Value
Unity 2021.3 LTS or later
Render pipeline Built-in, URP, HDRP
Input backend Any (Input Manager, Input System, or both)
Platform Windows, macOS, Linux (Editor only)
Third-party packages None

Runtime Atlas is editor-only. No overhead is added to player builds.


Purchase

Runtime Atlas is a paid product. Purchase before following these steps.

Platform Link
Unity Asset Store Runtime Atlas on Asset Store
itch.io Runtime Atlas on itch.io
Gumroad Runtime Atlas on Gumroad

Import

From the Unity Asset Store

  1. Open the Package Manager: Window → Package Manager
  2. Select My Assets
  3. Locate Runtime Atlas and click Import
  4. Import all files
  5. Wait for Unity to complete compilation. Expect one domain reload.

From itch.io or Gumroad

  1. Download the .unitypackage from your purchase page
  2. In Unity: Assets → Import Package → Custom Package
  3. Select the downloaded file and import all files
  4. Wait for Unity to complete compilation

Post-Import Validation

Assembly definitions

Verify these four files exist:

Assets/RuntimeAtlas/Runtime/RuntimeAtlas.Core.asmdef
Assets/RuntimeAtlas/Runtime/Demo/RuntimeAtlas.Core.Demo.asmdef
Assets/RuntimeAtlas/Editor/RuntimeAtlas.Editor.asmdef
Assets/RuntimeAtlas/Editor/Demo/RuntimeAtlas.Editor.Demo.asmdef

Compile check

Zero compile errors in the Unity Console. If errors appear, see Troubleshooting.

Window opens

Open: Tools Studio → Runtime Atlas → Open or press Ctrl+Alt+R. The About tab shows the current version.


Settings Asset

Created automatically on first window open at:

Assets/RuntimeAtlas/Editor/Resources/RuntimeAtlasSettings.asset

Do not move or delete this file. Reopening the window recreates it with default values if missing.


Uninstall

Delete Assets/RuntimeAtlas. No files are written outside this folder except for EditorPrefs keys prefixed TS.RuntimeAtlas..


Upgrading

See the Upgrade Guide.