messagebox

Community

Unity modal dialogs, async and painless.

AuthorJasonXuDeveloper
Version1.0.0
Installs0

System Documentation

What problem does it solve?

This Skill enables Unity developers to display asynchronous modal dialogs and capture user responses without blocking the main thread.

Core Features & Use Cases

  • Async Show API: Display modal dialogs and await a boolean result representing user confirmation.
  • Lifecycle Management: Centralized show/close/dispose control to manage dialog pooling and scene transitions.
  • Patterns & Use Cases: Confirmation dialogs, prompts, alerts, and information messages across gameplay UI and editor tooling.

Quick Start

Use MessageBox.Show to display a confirmation dialog and await the result: await MessageBox.Show("Exit","Are you sure you want to exit?", ok: "Exit", no: "Stay");

Dependency Matrix

Required Modules

None required

Components

Standard package

💻 Claude Code Installation

Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.

Please help me install this Skill:
Name: messagebox
Download link: https://github.com/JasonXuDeveloper/JEngine/archive/main.zip#messagebox

Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
View Source Repository

Agent Skills Search Helper

Install a tiny helper to your Agent, search and equip skill from 223,000+ vetted skills library on demand.