API v1 checking… · p50 — · 0 installs/hr
v0.10.0
Package
View on GitHub
BennyKok
New v1.1.1
37 0

Runtime debug action with "out of the box just works" ui debug menu to speed up your game development cycle.

Install via Unity Package Manager

Add to Unity Package Manager

Paste this URL into Unity's Window › Package Manager › + › Add package from git URL, or click Install.

git https://www.pkglnk.dev/runtime-debug.git
Package ID com.ennerfelt.runtime-debug · v1.1.1 · Updated Apr 29, 2026
Install 0
Unity Compatibility
Unity 6 2023.2 2023.1 2022.3 LTS 2021.3 LTS 2020.3 LTS 2019.4 LTS

README

Rendered from GitHub

Unity Runtime Debug Action

RuntimeDebugAction is a runtime debug menu system for Unity that lets you register and trigger debug actions with no extra setup. With a set of built-in debug actions and a tiny logger that works out of the box, RDA is built to supercharge your mobile and desktop game development.

Input

Cross platform input support

https://user-images.githubusercontent.com/18395202/127760553-2fe09c74-c6da-4ebd-af84-2cf162acec17.mp4

Links

Twitter | Documentation | Discord

Install

Via UPM.

UPM install via git url -> https://github.com/BennyKok/unity-runtime-debug-action.git

You can also choose to add this as a submodule in your package folder.

git submodule add https://github.com/BennyKok/unity-runtime-debug-action.git Packages/unity-runtime-debug-action

Examples

With RDA, you can add action via code, component, reflection

Here's a glimpse of adding via code.

RuntimeDebugSystem.RegisterActions(
    DebugActionBuilder.Button()
        .WithName("Your actions")
        .WithAction(()=>{ });
);

Explore

Feel free to check me out!! :)

Twitter | Website | AssetStore

Versions 4
  • v1.1.0 Jan 6, 2021
  • v1.0.1 Dec 26, 2020
  • v1.0.0 Dec 14, 2020
  • v1.1.1 current
Dependencies 1
Changelog 0 releases

No changelog entries yet. Run the admin Changelog & Version Scanner to pull from the repository's CHANGELOG.md.

README Markdown

Copy this to your project's README.md

Style
Preview
pkglnk installs badge
## Installation

Add **Runtime Debug Action** to your Unity project via Package Manager:

1. Open **Window > Package Manager**
2. Click **+** > **Add package from git URL**
3. Enter:
```
https://www.pkglnk.dev/runtime-debug.git
```

[![pkglnk](https://www.pkglnk.dev/badge/runtime-debug.svg?style=pkglnk)](https://www.pkglnk.dev/pkg/runtime-debug)
Embed badge README snippet
Markdown
[![pkglnk installs](https://www.pkglnk.dev/badge/runtime-debug.svg)](https://www.pkglnk.dev/pkg/runtime-debug)
HTML
<a href="https://www.pkglnk.dev/pkg/runtime-debug"><img src="https://www.pkglnk.dev/badge/runtime-debug.svg" alt="pkglnk installs"></a>
URL
https://www.pkglnk.dev/badge/runtime-debug.svg

Comments

No comments yet. Be the first!