Red Muscle Giant Rigged Character Model
What file formats are included, and do they all include the rig and textures?
The package includes
.blend (full source scene with rig), .fbx (Binary FBX with mesh, materials, and the rig/skin), .obj + .mtl (mesh and materials only — OBJ has no rig or animation support), and .glb (mesh, PBR materials, rig, and animation, with all 23 textures embedded internally — no external texture files needed for the GLB). A separate textures.zip with all 27 source texture files is included for use with the OBJ/FBX/.blend versions.Does the character come with a walk animation?
The FBX and GLB exports contain exactly one baked animation,
hulk pose, which is a static pose (about one frame long), not a walk cycle. Text strings inside the source .blend file reference additional action names (hulk walk, hulk walk spine) that appear to exist in the original scene but were not exported to FBX/OBJ/GLB — accessing them would require opening hulk.blend directly in Blender.Why do the arms, body, face, and hands look untextured/gray in some import paths?
In the OBJ/MTL export, the
body, face, arms_and_leg, and hand_and_feet materials only wire in Roughness and Normal maps — their Base Color maps exist in textures.zip but are not connected in that particular export. The GLB export does correctly wire in base color textures for those same materials, so importing the .glb (or manually connecting the Base Color PNGs when using the OBJ/FBX) will resolve this.