Unity Export
SkillDev toolsUnity-specific Blender export for scale, axis, materials, humanoid/generic rigs, LODs, and collision import via MCP.
Available today. Use it from your connected AI after setup.
No other account needed.
Connect ahel once, and every AI you use reads what you have installed.
Then ask your AI: use the Unity Export skill
What this skill tells your AI
The instructions your AI receives, as published by arjun988/blender-skills in .claude/skills/unity-export/SKILL.md and read by ahel’s review.
Unity-ready transforms, materials, LODs, and collision. Prefer GLB/GLTF for modern; FBX for legacy/animation.
When to Use
- Shipping assets to Unity
- Humanoid character export
- Prefab-oriented mesh splits and LODs
Pre-Flight
asset-optimizationPASSlod-pipelineif LODs requiredcollision-proxyif physics required- Apply transforms; correct pivots
Recommended Formats
| Case | Format |
|---|---|
| Static mesh modern | GLB |
| Animated / humanoid | FBX |
| Simple props | GLB or FBX |
Transform Defaults
Unit: Meters (Unity 1 unit = 1m)
Forward: -Z (Blender) → verify in Unity
Scale Factor: 1.0 (fix if model tiny/huge)
Materials
- Prefer single material slots matching Unity workflow
- Metallic-Roughness for GLTF
- Embed or provide textures beside FBX
- Name materials
MAT_consistently
Characters
- T-pose or A-pose per project
- Root bone at origin; hips correctly placed
- Humanoid: clear bone naming; test Avatar mapping
- Export animations as separate clips when needed
LODs & Collision
- LOD Group naming:
SM_Name_LOD0..Nor Unity LOD Group meshes - Collision: convex meshes or Unity primitive colliders from proxies
- See
collision-proxyfor UCX-style naming if using FBX conventions
Verify in Unity
- Scale vs reference cube
- Pivot / prefab placement
- Normals / tangents
- Materials assigned
- LOD transitions
- Animator clips (if any)
Constraints
MUST DO
- Validate before export
- Document scale factor used
- Test import once before declaring done
MUST NOT DO
- Assume FBX settings without project convention
- Leave unused high-poly LODs in prefab
Reference Guide
| Topic | Reference | Load When |
|---|---|---|
| Unity Checklist | references/unity-checklist.md | When needed |
| Unity Materials | references/unity-materials.md | When needed |
Signals
- GitHub stars
- 187
- Forks
- 8
- Last commit
- Jul 2026
Advanced
- Catalog kind
- skill
- Gateway key
unity-export- Source
- github.com/arjun988/blender-skills