Unity Async Patterns

Unity async and coroutine correctness patterns. Catches common mistakes with Awaitable double-await, missing cancellation tokens, thread context after BackgroundThreadAsync, coroutine error swallowing, batch mode WaitForEndOfFrame, and Addressables handle leaks. PATTERN format: WHEN/WRONG/RIGHT/GOTCHA. Based on Unity 6.3 LTS documentation.

nice-wolf-studio 2c21604 2 files · 26.4 KB Updated

File contents

nice-wolf-studio/unity-claude-skills/tree/main/skills/unity-async-patterns commit 2c21604405

Frequently asked questions

npx skillmds@latest add nice-wolf-studio/unity-async-patterns