Runtime debug action with "out of the box just works" ui debug menu to speed up your game development cycle.
Add to Unity Package Manager
Paste this URL into Unity's Window › Package Manager › + › Add package from git URL,
or click Install.
https://www.pkglnk.dev/runtime-debug.git README
Rendered from GitHubUnity 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
- Desktop
- Mobile
- VR (InputSystem)
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
## 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
```
[](https://www.pkglnk.dev/pkg/runtime-debug)Embed badge README snippet
[](https://www.pkglnk.dev/pkg/runtime-debug) <a href="https://www.pkglnk.dev/pkg/runtime-debug"><img src="https://www.pkglnk.dev/badge/runtime-debug.svg" alt="pkglnk installs"></a> https://www.pkglnk.dev/badge/runtime-debug.svg Comments
No comments yet. Be the first!


Sign in to join the conversation
Sign In