Skip to content

Commit

Permalink
changelog/version
Browse files Browse the repository at this point in the history
  • Loading branch information
hybridherbst committed Dec 13, 2023
1 parent 52c41a1 commit 5777810
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 3 deletions.
10 changes: 9 additions & 1 deletion CHANGELOG.md
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions 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"
},
Expand Down

0 comments on commit 5777810

Please sign in to comment.