Analysis updated 2026-05-18
Test how a MetaHuman character looks under different lighting setups like golden hour or cyberpunk before committing to a render.
Adjust skin subsurface scattering, pore detail, and hair properties in real time to match a reference image or Unreal Engine scene.
Walk around a MetaHuman character in VR to evaluate its look at close range before production.
| ibrews/metahumangodot | greencrowdev/simple-soccer-online | strixowl/strix_asset_hub | |
|---|---|---|---|
| Stars | 18 | 5 | 0 |
| Language | GDScript | GDScript | GDScript |
| Setup difficulty | moderate | hard | easy |
| Complexity | 3/5 | 4/5 | 2/5 |
| Audience | designer | developer | developer |
Figures from each repo's GitHub metadata at analysis time.
Requires exporting your own MetaHuman character as GLB from Unreal Engine, the repo does not include character assets.
MetaHumanGodot is a look-development tool that lets you render and adjust MetaHuman characters inside the Godot 4 game engine. MetaHuman is Unreal Engine's system for creating highly detailed digital human faces, and this tool brings those characters into Godot with real-time skin, lighting, hair, and eye controls. The repository is an independent community project and is not affiliated with Epic Games or the Godot Foundation. The main use case is evaluating how a MetaHuman character looks under different lighting conditions and with different skin and material settings before or during production. You get a two-panel look-dev scene with live sliders for skin properties like subsurface scattering, pore-level detail, and specular, hair color, roughness, and anisotropic sheen, eye settings including iris scale, limbal ring, and lid shadow, and per-light color and intensity for key, fill, rim, ambient, and catchlight lights. The tool ships with over a dozen lighting presets such as moonlight, golden hour, Rembrandt, and cyberpunk, and you can save your own looks as JSON files. Every slider has a text input box so you can enter values outside the slider range. The tool supports the 52 ARKit facial blend shapes, the same set used by Face ID on iPhones, so you can pose a MetaHuman face or see how it deforms during expressions. There is also a built-in face animation that moves through a short sequence of expressions, a body idle animation, and a turntable mode. A VR build lets you walk around the character in room-scale stereo. This repository ships the Godot project and shaders but does not include any MetaHuman character assets. You export your own character from Unreal as a GLB file and load it through a file dialog or by dragging it onto the window. The project runs in Godot 4.6 with no custom engine build required. The skin shading uses the open-source MatMADNESS HumanShader for realistic subsurface light scattering.
A real-time look-development tool for MetaHuman characters in Godot 4.6, with live sliders for skin, lighting, hair, and eyes plus a VR build and ARKit blend shape support.
Mainly GDScript. The stack also includes GDScript, Godot 4, GLSL.
License terms are defined in the repository, the shaders use MIT-licensed components but overall terms are not stated as a standard license in the README.
Setup difficulty is rated moderate, with roughly 1h+ to a first successful run.
Mainly designer.
This repo across BitVibe Labs
Verify against the repo before relying on details.