unity-unitask

Community

Zero-allocation async for Unity apps

Authorcreator-hian
Version1.0.0
Installs0

System Documentation

What problem does it solve?

This Skill specializes in allocation-free async/await with UniTask, migration from coroutines, and Unity-optimized asynchronous programming.

Core Features & Use Cases

  • Allocation-free async/await patterns
  • Coroutine migration patterns to UniTask
  • Cancellation handling and memory efficiency
  • Integration with Unity systems (Addressables, DOTween, etc.)

Quick Start

Replace a simple coroutine with a UniTask-based method and await its completion with cancellation support.

Dependency Matrix

Required Modules

None required

Components

references

💻 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: unity-unitask
Download link: https://github.com/creator-hian/claude-code-plugins/archive/main.zip#unity-unitask

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