glTFast 6.2.0
atteneder
released this
29 Jan 15:51
·
77 commits
to main
since this release
Added
- Deprecated soft-dependency packages are detected and a warning with upgrade instructions is shown in the console.
Changed
- Support for Draco 3D Data Compression is now provided by Draco for Unity (com.unity.cloud.draco), which is a fork of and replaces DracoUnity (com.atteneder.draco).
Fixed
- Compiler error when Newtonsoft JSON package was not installed.
- All Draco vertex attributes are assigned by identifier instead of type. As a result, tangents are now decoded properly instead of recalculated.
- Compilation error when scripting define
GLTFAST_BUILTIN_SHADER_GRAPH
is set. GltfImport.IsTextureYFlipped
returns correct result for non-KTX textures.