# UniUnlit ### **UniUnlit** 大概是 `UnLighting` 的缩写,即 `Unlit`。 #### **Unlit** 将以 glTF 的 [KHR\_materials\_unlit](https://github.com/KhronosGroup/glTF/tree/main/extensions/2.0/Khronos/KHR_materials_unlit) 扩展形式保存。 #### **可以在 Unity 中导出为 Unlit 着色器**
功能 | color | texture | vertex\_color | alpha/cutout | no culling |
---|---|---|---|---|---|
glTF | ✅ | ✅ | ✅ | ✅ | ✅ |
UniGLTF/UniUnlit | ✅ | ✅ | ✅ | ✅ | ✅ |
Unlit/Color | ✅ | ||||
Unlit/Texture | ✅ | ||||
Unlit/Transparent | ✅ | blend | |||
Unlit/Transparent Cutout | ✅ | cutout |