mirror of
https://github.com/vrm-c/UniVRM.git
synced 2026-03-24 19:34:42 -05:00
|
|
||
|---|---|---|
| .. | ||
| doc | ||
| Editor | ||
| Runtime | ||
| Samples | ||
| Tests | ||
| doc.meta | ||
| Editor.meta | ||
| LICENSE.md | ||
| LICENSE.md.meta | ||
| package.json | ||
| package.json.meta | ||
| README.md | ||
| README.md.meta | ||
| Runtime.meta | ||
| Samples.meta | ||
| Tests.meta | ||
UniGLTF-2.0
- Unity-Supports 2019.4 and later
- You can import and export glTF-2.0 in Unity's editor and runtime.
- implement
KHR_materials_unlit - implement
KHR_texture_transform(partial)
Material
PBR
- Convert as much as possible between glTF pbr and Unity Standard Shader.
- Converts metal roughness and occlusion RGBA channel incompatibility.
Unlit
-
import: UniGLTF's own
UniGLTF/UniUnlitshader. -
export: You can export
UniGLTF/UniUnlitand Unity unilt materials. -
Only
UniGLTF/UniUnlitsupports vertex colors.
URP
- import only. experimental
License
Download
Screenshots
You can import almost all of gltf_sample_models



