Skip to content
Content
Skill

/unity-export

Unity-specific Blender export for scale, axis, materials, humanoid/generic rigs, LODs, and collision import via MCP.

From plugin
blender-skills
19394 skills1 MCP
Install
$ npx -y skills add arjun988/blender-skills --skill unity-export --agent claude-code

How it fires

How this skill gets triggered: by you, by Claude, or both.

  • Fires itselfAuto-invocation. Claude auto-loads it when your prompt matches the work.Auto-invocation is when the right skill fires by itself at the right moment, driven by a FLOW.md router and a hook, instead of you invoking it by name. It is the difference between a skill being installed and a skill actually getting used.Read the full definition →
  • You can call itInvoke it directly when you want it.
  • Slash command/unity-export

Context preview

The summary Claude sees to decide when to auto-load this skill.

Unity-specific Blender export for scale, axis, materials, humanoid/generic rigs, LODs, and collision import via MCP.

SKILL.md

unity-export.SKILL.md
name: unity-export
description: Unity-specific Blender export for scale, axis, materials, humanoid/generic rigs, LODs, and collision import via MCP.
license: MIT
metadata:
  author: https://github.com/arjun988
  version: "1.0.0"
  domain: blender
  role: specialist
  triggers: Unity, Unity export, Unity FBX, Unity GLTF, humanoid, Unity materials, Unity LOD, Unity collision
  related-skills: export-pipeline, lod-pipeline, collision-proxy, asset-optimization, materials

Unity Export

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

1. `asset-optimization` PASS 2. `lod-pipeline` if LODs required 3. `collision-proxy` if physics required 4. 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..N` or Unity LOD Group meshes
  • Collision: convex meshes or Unity primitive colliders from proxies
  • See `collision-proxy` for 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 |

Read more
Ships withblender-skills

94 Specialized Skills for Blender Artists. Transform Cursor, Claude Code, Kiro, and Codex into your Senior Technical Art team — not a tutorial bot.

Get the whole plugin
Stats
191
Stars
8
Forks
Maintained
Maintenance
TypeScript
Language
MIT
License
2mo ago
Last commit
2mo ago
Created

Repo: arjun988/blender-skills

Other skills on blender-skills.