Skip to content

Commit

Permalink
version
Browse files Browse the repository at this point in the history
  • Loading branch information
marwie committed Nov 8, 2023
1 parent a2f831d commit 5e1fadc
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Expand Up @@ -4,6 +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.5.1-exp] - 2023-11-08
- fix: issue where importer context root object was not set
- fix: wrong flipped triangles when it's required to generate them ("Fox"-Test model) + fixed wrong imported vertex data on submeshes
- fix: draco ifdef compiler error
- fix: import reuse joints and weights for submeshes
- fix: import normals when tangents are required
- fix: humanoid importer inspector not being shown when model doesn't have animation data
- fix: animation export for identical clip+node
- fix: exporting glTF with external EXR texture falsely being encoded as PNG
- change: importer exposes node- and mesh-cache

## [2.5.0-exp] - 2023-10-20
- fix: default dataloader is now UnityWebRequestLoader
- fix: importing animations at runtime did not work in specific settings combinations
Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,7 +1,7 @@
{
"name": "org.khronos.unitygltf",
"displayName": "UnityGLTF",
"version": "2.5.0-exp",
"version": "2.5.1-exp",
"unity": "2020.3",
"description": "Unity3D library for importing and exporting GLTF 2.0 assets. https://github.com/KhronosGroup/UnityGLTF",
"repository": {
Expand Down

0 comments on commit 5e1fadc

Please sign in to comment.