# Unity Asset Guide

> Use when writing Unity package code (FEEL, SOAP, DOTween), debugging package-related issues, or checking best practices before implementation.

- Skill: `wanghaisheng/unity-asset-guide-2` (Agent Skill, multi-file: 8 files)
- Install (CLI): `npx skillmds@latest add wanghaisheng/unity-asset-guide-2`
- Raw SKILL.md: https://api.skillmd.com/api/skills/wanghaisheng/unity-asset-guide-2/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- Author: wanghaisheng (https://skillmd.com/u/wanghaisheng)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/wanghaisheng/unity-asset-guide-2

---


# Unity Assets Guidelines

Best practices and pitfalls for Unity packages used in this project.

## Available Packages

| Package | Description | Status |
|---------|-------------|--------|
| soap | Scriptable Object Architecture | ✅ |
| feel | MMFeedbacks feedback system | ✅ |
| dotween | Tween animation | 🚧 Coming soon |

## Instructions

If argument provided (`$ARGUMENTS`):
1. Read `./docs/$ARGUMENTS/patterns.md` for usage patterns
2. Read `./docs/$ARGUMENTS/pitfalls.md` for checklist and troubleshooting
3. If debugging specific issue, check detailed files in `./docs/$ARGUMENTS/pitfalls/`

If no argument provided:
- Display available packages list above

