What problem does it solve?
AI agents frequently hallucinate outdated or incorrect YooAsset API calls, producing Unity code that fails to compile, leaks asset bundles, or breaks at runtime. This Skill grounds every recommendation in the actual YooAsset v2.3.18 source code with file and line citations.
Core Features & Use Cases
- Lifecycle Guidance: Covers the full YooAsset workflow — initialization, PlayMode selection, asset/scene/raw-file loading, handle release, patch updates, and build pipeline configuration.
- Pitfall Checklist: Ships a 30-item checklist of the mistakes AI agents most often introduce, plus a legacy-API migration table of pre-2.3.18 calls that must not be emitted.
- Use Case: When asked to write a hot-update boot sequence for a Unity game, the Skill produces the correct
YooAssets.Initialize → CreatePackage → InitializeAsync(HostPlayModeParameters) → RequestPackageVersionAsync → UpdatePackageManifestAsync → downloader sequence with proper handle release.
Quick Start
Use the yooasset-design skill to write a YooAsset host-play-mode initialization and asset loading flow for my Unity project.