Skip to content

Commit

Permalink
changelog/version
Browse files Browse the repository at this point in the history
  • Loading branch information
hybridherbst committed Dec 2, 2022
1 parent 829085a commit 03bc55b
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions UnityGLTF/Assets/UnityGLTF/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,12 @@ 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).

## [1.18.4-pre] - 2022-12-02
- fix: GLTFRecorder didn't properly record with animation pointer off anymore
- fix: unified access to SkinnedMeshRenderer weights on export
- fix: nullrefs in ExportPlan with missing SkinnedMeshRenderer
- feat: allow passing custom settings into GLTFRecorder

## [1.18.3-pre] - 2022-11-14
- fix: disabled MeshRenderers and SkinnedMeshRenderers were not exported despite ExportDisabledGameObjects being on
- fix: sample root transform as well in Humanoid export to prevent shifting it around when recording
Expand Down
2 changes: 1 addition & 1 deletion UnityGLTF/Assets/UnityGLTF/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "org.khronos.unitygltf",
"displayName": "UnityGLTF",
"version": "1.18.3-pre",
"version": "1.18.4-pre",
"unity": "2019.4",
"description": "Unity3D library for importing and exporting GLTF 2.0 assets. https://github.com/KhronosGroup/UnityGLTF",
"keywords": [
Expand Down

0 comments on commit 03bc55b

Please sign in to comment.