hz-unity-fbx-import
Installation
SKILL.md
Unity FBX Import with Full URLs
Importing an external 3D model fails most often for one reason: an incomplete source path. This skill
ensures every FBX source is a complete, fully-qualified URL or absolute filesystem path, and walks
the import through unity-cli.
When to use this skill
Use this skill automatically whenever:
- Importing FBX files from external sources
- Adding 3D models to the Unity project
- Loading assets from URLs or file paths
- User mentions: "import model", "add FBX", "load 3D asset", "bring in model"
Core principle
ALWAYS use complete, fully-qualified URLs or absolute paths for FBX files.
Never use relative paths, partial URLs, or assume path completion.