unity-async

Community

Unity async patterns with coroutines and tasks

Authorcreator-hian
Version1.0.0
Installs0

System Documentation

What problem does it solve?

This Skill covers Unity's asynchronous patterns, including coroutines, async/await, and Job System, helping you manage main-thread constraints and parallelism.

Core Features & Use Cases

  • Coroutines for frame-based timing
  • Async/await with Unity constraints
  • Job System for parallel data processing
  • Addressables and UnityWebRequest integration patterns

Quick Start

Choose a coroutine to load a resource, then switch to main-thread operations safely after awaiting.

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

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