diff --git a/CHANGELOG.md b/CHANGELOG.md index 7d131540f..46ea2e2d0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,9 +4,17 @@ All notable changes to this package will be documented in this file. The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html). +## [2.6.0-exp] - 2023-12-13 +- fix: verify tangent.w component on animation export (should be exactly -1 or 1) +- fix: recalculate mesh bounds when changing import scale +- fix: ensure correct quaternion continuity on animation import +- fix: sanitize Animator state names on import +- add: allow enabling GPU Instancing for materials on editor import +- add: ability to export files and buffer views, useful for e.g. KHR_audio + ## [2.5.2-exp] - 2023-11-13 +- fix: animation curve sorting running before validation - add: support to animate camera background color -- fix: animation curve sorting running before validation ## [2.5.1-exp] - 2023-11-08 - fix: issue where importer context root object was not set diff --git a/package.json b/package.json index 6ed55f226..9e8d2a05f 100644 --- a/package.json +++ b/package.json @@ -1,9 +1,9 @@ { "name": "org.khronos.unitygltf", "displayName": "UnityGLTF", - "version": "2.5.2-exp", + "version": "2.6.0-exp", "unity": "2020.3", - "description": "Unity3D library for importing and exporting GLTF 2.0 assets. https://github.com/KhronosGroup/UnityGLTF", + "description": "Import and export glTF 2.0 assets, both in the editor and at runtime.", "repository": { "url": "https://github.com/KhronosGroup/UnityGLTF.git" },