glTFast 6.0.0
atteneder
released this
19 Oct 11:12
·
127 commits
to openupm
since this release
Added
- Custom Add-On API (
GLTFast.Addons
namespace) - Support for alternative JSON parsing via Newtonsoft JSON
Accessor.ElementByteSize
: Byte size of one element of that accessorAccessor.ByteSize
: Overall byte sizeIGltfReadable.GetAccessor
: Generic byte-array view into an accessorGameObjectInstantiator
events that allow further instantiation customizationsNodeCreated
MeshAdded
EndSceneCompleted
- Value array JSON parsing tests
- String/enum conversions tests
- (Import) Clearcoat material support in HDRP and URP (via KHR_materials_clearcoat extension)
- (Export) Clearcoat material export support for HDRP Lit shader
Changed
- Bumped minimum Unity version to 2020.3.48f1
- Renamed
GltfAnimation
toAnimation
for consistent naming. - Bumped Burst dependency version to 1.8.4
- Bumped Mathematics dependency version to 1.3.1
Fixed
- Added Obsolete attribute to public schema class fields that are for serialization only and should not get modified directly.
- More robust parsing of (invalid) enum values