Bring your rigged character into Unity 6 / Unreal Engine 5, then check scale, materials, and animation for final sign-off. Finish this step and you're holding a real, game-ready, portfolio-ready character — the production line closed end to end.
Picking up from Module 08: you have a rigged, animated character — now you move it into a game engine and get it running.
The tech here is easy, but it's where the classic disasters strike: you drag it in and — textures gone, scale blown up to giant size, character face-planted into the floor. None of that means your model is broken; it means the data conventions of your DCC software and the engine don't line up. This step is all about making that handoff clean.
Carries metallic-roughness PBR natively — base color, metallic, roughness, normal all in one pass, textures embedded in a single file. Unity/UE/Godot/Web all eat it. Try this first for characters.
材质最稳 · PBR 材质干净过去The engine standard (best skeletal-animation compatibility, especially), but it predates PBR — metallic/roughness/normal often get dropped, and usually only base color transfers reliably, so you reconnect textures by hand.
骨骼最稳 · 骨骼动画首选 · 材质手动接Two engines · checklist
Units: Unity 1 unit = 1m · UE 1 unit = 1cm
Preferred format: both eat FBX/GLB · GLB first for character materials
Import normals: turn off Recompute Normals/Tangents in both
Materials: both use metallic-roughness PBR · check color space
Animation retargeting: Unity Humanoid Avatar · UE IK Rig Retarget
① Keep materials alive — favor GLB. FBX dropping PBR is the number-one disaster; try GLB first for any textured character.
② Turn off normal recompute. Otherwise the engine overwrites the normals you worked so hard to bake, and it's all for nothing.
③ Keep color spaces straight. Base color / emissive are sRGB, everything else is linear — swap them and the whole character goes gray.
▸ All three pass → congrats, your character went from concept to engine. 🐾
01 Concept design · AI generates multi-view reference · ⚡ AI
02 3D model generation · image to base mesh · ⚡ AI
03 Sculpting · clean-up, reshaping, locking the silhouette · 🐾 guided
04 Retopology & optimization · clean low-poly + edge loops · 🐾 guided
05 UV unwrapping · flatten, hide seams, unify density · ◐ hands-on
06 Texture baking · high-poly detail → normal and other maps · ◐ hands-on
07 Painting + materials · AI base color + hand-tuned PBR · ◐ hands-on
08 Rigging + animation · auto-rig + weight fixes · 🐾 guided
09 Export to engine · into Unity / UE5, closing the loop · ⚡ AI
From a single sketch to an engine-ready character
The slow grind you handed to AI; the craft you practiced with your own hands. This production line now lives in you — it won't age out with any single tool, because what you understand is the logic of the whole line.
Next up: take this workflow and make your own second character, then a third. Faster each time, and more and more like you. 🐾