UniVRM/Assets/UniGLTF
2022-05-10 15:31:41 +09:00
..
doc
Editor コード整理 2022-05-10 15:31:41 +09:00
Runtime UniVRM-0.98.1 2022-04-21 17:23:20 +09:00
Samples
Tests Replace System.Numerics to UnityEngine 2022-02-16 16:38:18 +09:00
doc.meta
Editor.meta
LICENSE.md
LICENSE.md.meta
package.json UniVRM-0.98.1 2022-04-21 17:23:20 +09:00
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/UniUnlit shader.

  • export: You can export UniGLTF/UniUnlit and Unity unilt materials.

  • Only UniGLTF/UniUnlit supports vertex colors.

URP

  • import only. experimental

License

Download

Screenshots

You can import almost all of gltf_sample_models

standard shader duck animation SciFiHelmet