Skip to content

Commit

Permalink
changelog/package
Browse files Browse the repository at this point in the history
  • Loading branch information
hybridherbst committed Sep 11, 2022
1 parent 0f02e42 commit 63fa1b2
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions UnityGLTF/Assets/UnityGLTF/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,11 @@ 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.14-0-pre] - 2022-09-11
- fix: log error instead of exception for missing textures on export
- feat: allow referencing GameObjects for `KHR_animation_pointer`
- change: animated fields with `KHR_animation_pointer` now try to find their correct Unity properties instead of the serialized field (m_ prefix disappears)

## [1.13.0-pre] - 2022-09-05
- add: preliminary HDR texture export in EXT_texture_exr extension
- fix: Unity Editor module related issues
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.13.0-pre",
"version": "1.14.0-pre",
"unity": "2018.4",
"description": "Unity3D library for importing and exporting GLTF 2.0 assets. https://github.com/KhronosGroup/UnityGLTF",
"keywords": [
Expand Down

0 comments on commit 63fa1b2

Please sign in to comment.